Spotiyou
Linking music from Youtube to Spotify
Cos'è Spotiyou?
Spotiyou è un'estensione di Chrome sviluppata da Readsmart, e la sua funzione principale è "Linking music from Youtube to Spotify".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Spotiyou
Scarica i file di estensione Spotiyou in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Linking music from Youtube to Spotify
Informazioni di Base sull'Estensione
Nome | |
ID | lfmnfjooefjfppnhajmclclhdhalfmhd |
URL Ufficiale | https://chrome.google.com/webstore/detail/spotiyou/lfmnfjooefjfppnhajmclclhdhalfmhd |
Descrizione | Linking music from Youtube to Spotify |
Dimensione del File | 24.99 KB |
Conteggio Installazioni | 324 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2013-11-18 |
Data di Pubblicazione | 2013-11-18 |
Valutazione | 4.75/5 Totale 4 Valutazioni |
Sviluppatore | Readsmart |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://loverajoel.com.ar/spotiyou/ |
URL della Pagina della Politica sulla Privacy | https://readsmart.co/privacy |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Spotiyou", "description": "Linking music from Youtube to Spotify", "version": "1.2", "author": "Joel Lovera", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background\/background.js" ], "pages": [ "background\/background.html" ], "persistent": true }, "content_scripts": [ { "matches": [ "http:\/\/www.youtube.com\/*" ], "js": [ "app\/js\/app.js" ], "css": [ "app\/css\/app.css" ] } ], "permissions": [ "http:\/\/www.youtube.com\/*" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |