Open in YouTube for YouTube Music
Chrome extension to add a "Open in YouTube" feature for YouTube Music
什么是Open in YouTube for YouTube Music?
Open in YouTube for YouTube Music是由Lucas Riondel开发的Chrome扩展程序,该扩展的主要功能是“Chrome extension to add a "Open in YouTube" feature for YouTube Music”。
扩展截图
下载Open in YouTube for YouTube Music扩展crx文件
下载Open in YouTube for YouTube Music扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Open in YouTube for YouTube Music is a Google Chrome that add items in YouTube Music's contextual menu that allows the user to navigate quickly to the linked YouTube ressources.
Known bugs :
- If the contextual menu is larger than the screen (forcing you to scroll to access items), added items won't work. 扩展基本信息
| 名称 | |
| ID | odekbjpmanmghgfppjdkbnechlkacojc |
| 官方URL | https://chromewebstore.google.com/detail/open-in-youtube-for-youtu/odekbjpmanmghgfppjdkbnechlkacojc |
| 简介 | Chrome extension to add a "Open in YouTube" feature for YouTube Music |
| 文件大小 | 17.42 KB |
| 安装次数 | 1,260 |
| 当前版本 | 0.3 |
| 更新时间 | 2020-12-19 |
| 上架时间 | 2020-05-03 |
| 评分 | 2.00/5 共7次评分 |
| 开发者 | Lucas Riondel |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Open in YouTube for YouTube Music",
"version": "0.3",
"description": "Chrome extension to add a \"Open in YouTube\" feature for YouTube Music",
"icons": {
"16": "logo16.png",
"48": "logo48.png",
"128": "logo128.png"
},
"content_scripts": [
{
"js": [
"main.js"
],
"css": [
"style.css"
],
"matches": [
"https:\/\/music.youtube.com\/*"
]
}
]
} | |