Inspect and view changes in Add to Spotify source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Add to Spotify",
"version": "1.0.0",
"description": "Add YouTube songs directly to your Spotify playlists with one click.",
"icons": {
"16": "assets/icon16.png",
"48": "assets/icon48.png",
"128": "assets/icon128.png"
},
"permissions": [
"storage",
"identity",
"https://www.youtube.com/*",
"https://accounts.spotify.com/*",
"https://api.spotify.com/*"
],
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"https://www.youtube.com/watch*"
],
"js": [
"utils/storage.js",
"utils/spotify_api.js",
"content/song_detector.js",
"content/toast.js",
"content/modal.js",
"content/content_script.js"
],
"css": [
"styles/button.css",
"styles/modal.css"
],
"run_at": "document_idle"
}
],
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "assets/icon16.png",
"48": "assets/icon48.png",
"128": "assets/icon128.png"
}
},
"web_accessible_resources": [
"assets/spotify_logo.svg"
],
"browser_specific_settings": {
"gecko": {
"id": "add-to-spotify@example.com",
"strict_min_version": "142.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
} Best Add to Spotify Alternatives
Here are some Firefox add-ons that are similar to Add to Spotify:
Youtube to Spotify - Paradify
Volkan
YouTube Music Share Links to Spotify
Raghav
YouTube One-Click Playlist
systheno
SpotJump
Harshdeep Singh
PlaylistMover - Spotify to YouTube Converter
MJUD
Spotube - #1 Spotify extension
Luke Day
SongSaver: Quick Copy
inautea
Save YT Songs To Spotify
mattx2hias
Addify
qpco
TunePort - YouTube to Spotify
Microck
Tube2Spot
Arman Tiwana
TuneTransporter
Some1sm