Music Only for Youtube
Keep only the music of Youtube: hides all videos, all images, yeah!
什么是Music Only for Youtube?
Music Only for Youtube是由HamsterApps开发的Chrome扩展程序,该扩展的主要功能是“Keep only the music of Youtube: hides all videos, all images, yeah!”。
扩展截图
下载Music Only for Youtube扩展crx文件
下载Music Only for Youtube扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A must-have for WORK!
Hide the videos and keep only the sound of Youtube! 扩展基本信息
| 名称 | |
| ID | mcaikbdablblhjhgpnbknbkbegogbhlm |
| 官方URL | https://chromewebstore.google.com/detail/music-only-for-youtube/mcaikbdablblhjhgpnbknbkbegogbhlm |
| 简介 | Keep only the music of Youtube: hides all videos, all images, yeah! |
| 文件大小 | 85.09 KB |
| 安装次数 | 2,430 |
| 当前版本 | 0.2 |
| 更新时间 | 2022-07-19 |
| 上架时间 | 2022-07-18 |
| 评分 | 4.05/5 共20次评分 |
| 开发者 | HamsterApps |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "Rapha\u00ebl L\u00e9ger",
"browser_action": {
"default_icon": "icon-on.png"
},
"background": {
"scripts": [
"js\/background.js"
]
},
"content_scripts": [
{
"js": [
"js\/script.js"
],
"matches": [
"http:\/\/www.youtube.com\/*",
"https:\/\/www.youtube.com\/*"
]
}
],
"description": "Keep only the music of Youtube: hides all videos, all images, yeah!",
"icons": {
"128": "icon.png",
"16": "icon.png",
"48": "icon.png"
},
"manifest_version": 2,
"name": "Music Only for Youtube",
"permissions": [
"activeTab"
],
"version": "0.2",
"web_accessible_resources": [
"js\/script.js"
]
} | |