Spotiyou
Linking music from Youtube to Spotify
Wat is Spotiyou?
Spotiyou is een Chrome-extensie ontwikkeld door Readsmart, en de belangrijkste functie is "Linking music from Youtube to Spotify".
Extensie Screenshots
Download het CRX-bestand van de extensie Spotiyou
Download Spotiyou-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Linking music from Youtube to Spotify
Basisinformatie over de Extensie
Naam | |
ID | lfmnfjooefjfppnhajmclclhdhalfmhd |
Officiële URL | https://chrome.google.com/webstore/detail/spotiyou/lfmnfjooefjfppnhajmclclhdhalfmhd |
Beschrijving | Linking music from Youtube to Spotify |
Bestandsgrootte | 24.99 KB |
Aantal Installaties | 324 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2013-11-18 |
Publicatiedatum | 2013-11-18 |
Beoordeling | 4.75/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Readsmart |
Betalingswijze | free |
Extensiewebsite | http://loverajoel.com.ar/spotiyou/ |
URL van de Privacybeleid Pagina | https://readsmart.co/privacy |
Ondersteunde Talen | 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'" } |