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'" } |