4 support issues
For additional help, check out the developer's support site.
- All
- Questions
- Suggestions
- Problems
Harry Bolland (fennee)
Nov 4, 2020
Youtube to Spotify Application
Hi there. Is there any way for me to set it up so that when I click the Spotify Paradift icon it opens up the Spotify Application instead of the Web edition. If not, then is this something you could implement please? Many thanks
- Report illegal content
- Copy link
Zopyrus 2
Sep 2, 2020
Please add a Privacy Policy or make your project open source
I like your extension but refuse to use it because I can't find any information about your Privacy Policy or an open source project. If added I come back for sure
- Report illegal content
- Copy link
Eser Tukat
Aug 27, 2020
Popup won't work anymore
extension icon on top doesn't open a popup anymore instead it jump to a new tab with spotify
- Report illegal content
- Copy link
Dom Wen
Mar 28, 2019
Beatport Support
Hi guy, at first i love your app, thanks man. Maybe you can add this lines for official beatport support, than i dont need to change it for my self after an update.
else if (url.indexOf('beatport.com') > -1) {
pageName = 'beatport'
}
} else if (pageName == 'beatport') {
return readBeatport();
}
function readBeatport() {
var track = document.getElementsByClassName('primary-title')[0].innerHTML;
var artist = document.getElementsByClassName('track-artist')[0].getElementsByTagName('a')[0].innerHTML;
var result = {track: track, artist: artist};
return result;
}
- Report illegal content
- Copy link