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 |
电子邮箱 | [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" ] } ] } |