Spotiyou
Linking music from Youtube to Spotify
什么是Spotiyou?
Spotiyou是由Readsmart开发的Chrome扩展程序,该扩展的主要功能是“Linking music from Youtube to Spotify”。
扩展截图
下载Spotiyou扩展crx文件
下载Spotiyou扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Linking music from Youtube to Spotify
扩展基本信息
名称 | |
ID | lfmnfjooefjfppnhajmclclhdhalfmhd |
官方URL | https://chrome.google.com/webstore/detail/spotiyou/lfmnfjooefjfppnhajmclclhdhalfmhd |
简介 | Linking music from Youtube to Spotify |
文件大小 | 24.99 KB |
安装次数 | 324 |
当前版本 | 1.2 |
更新时间 | 2013-11-18 |
上架时间 | 2013-11-18 |
评分 | 4.75/5 共4次评分 |
开发者 | Readsmart |
付费类型 | free |
扩展官网 | http://loverajoel.com.ar/spotiyou/ |
隐私政策页面URL | https://readsmart.co/privacy |
支持的语言 | 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'" } |