Spotiyou
Linking music from Youtube to Spotify
What is Spotiyou?
Spotiyou is a Chrome extension developed by Readsmart, and its main feature is "Linking music from Youtube to Spotify".
Extension Screenshots
Download Spotiyou Extension CRX File
Download Spotiyou extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Linking music from Youtube to Spotify
Extension Basic Information
Name | |
ID | lfmnfjooefjfppnhajmclclhdhalfmhd |
Official URL | https://chrome.google.com/webstore/detail/spotiyou/lfmnfjooefjfppnhajmclclhdhalfmhd |
Description | Linking music from Youtube to Spotify |
File Size | 24.99 KB |
Installation Count | 324 |
Current Version | 1.2 |
Last Updated | 2013-11-18 |
Publish Date | 2013-11-18 |
Rating | 4.75/5 Total 4 Ratings |
Developer | Readsmart |
Payment Type | free |
Extension Website | http://loverajoel.com.ar/spotiyou/ |
Privacy Policy Page URL | https://readsmart.co/privacy |
Supported Languages | 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'" } |