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 |
官方網址 | 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'" } |