Youtube to Google Music
Adds button to youtube pages to search for song in google music
Youtube to Google Musicとは何ですか?
Youtube to Google Musicはjrmurrayによって開発されたChromeの拡張機能で、その主な機能は「Adds button to youtube pages to search for song in google music」です。
拡張機能のスクリーンショット
Youtube to Google Music拡張機能のCRXファイルをダウンロード
Youtube to Google Music拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Simple extension that adds a button to youtube videos that will open a new tab of google music with the song title searched.
拡張機能の基本情報
名前 | Youtube to Google Music |
ID | dcoljlfaeahfnjgeajeakopfgpaoadmc |
公式URL | https://chromewebstore.google.com/detail/youtube-to-google-music/dcoljlfaeahfnjgeajeakopfgpaoadmc |
説明 | Adds button to youtube pages to search for song in google music |
ファイルサイズ | 13.59 KB |
インストール数 | 743 |
現在のバージョン | 0.1 |
最終更新日 | 2016-10-05 |
公開日 | 2016-10-04 |
評価 | 2.83/5 合計 6 レビュー |
開発者 | jrmurray |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube to Google Music", "version": "0.1", "manifest_version": 2, "description": "Adds button to youtube pages to search for song in google music", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "tabs", "https:\/\/www.youtube.com\/watch?v=*", "http:\/\/www.youtube.com\/watch?v=*" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/watch?v=*", "http:\/\/www.youtube.com\/watch?v=*" ], "css": [ "inject\/inject.css" ] }, { "matches": [ "https:\/\/www.youtube.com\/watch?v=*", "http:\/\/www.youtube.com\/watch?v=*" ], "js": [ "inject\/inject.js" ] } ] } |