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 |
官方網址 | 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 |
電子郵箱 | [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" ] } ] } |