Spotiyou
Linking music from Youtube to Spotify
Qu'est-ce que Spotiyou ?
Spotiyou est une extension Chrome développée par Readsmart, et sa fonction principale est "Linking music from Youtube to Spotify".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Spotiyou
Téléchargez les fichiers d'extension Spotiyou au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Linking music from Youtube to Spotify
Informations de Base sur l'Extension
Nom | |
ID | lfmnfjooefjfppnhajmclclhdhalfmhd |
URL Officiel | https://chrome.google.com/webstore/detail/spotiyou/lfmnfjooefjfppnhajmclclhdhalfmhd |
Description | Linking music from Youtube to Spotify |
Taille du Fichier | 24.99 KB |
Nombre d'Installations | 324 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2013-11-18 |
Date de Publication | 2013-11-18 |
Évaluation | 4.75/5 Total 4 Évaluations |
Développeur | Readsmart |
Type de Paiement | free |
Site Web de l'Extension | http://loverajoel.com.ar/spotiyou/ |
URL de la Page de Politique de Confidentialité | https://readsmart.co/privacy |
Langues Prises en Charge | 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'" } |