YouMute(r)
Chrome plugin that automatically mutes youtube commercials.
什么是YouMute(r)?
YouMute(r)是由Adam Gajzlerowicz开发的Chrome扩展程序,该扩展的主要功能是“Chrome plugin that automatically mutes youtube commercials.”。
扩展截图
下载YouMute(r)扩展crx文件
下载YouMute(r)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Chrome plugin that automatically mutes youtube commercials. After the commercial finished, the volume goes back up. Thanks to it, casters can still be reworded by youtube, but you don't have to listen to crappy commercials.
扩展基本信息
名称 | |
ID | hbhjkldledabllijjmnmfhhiejephibe |
官方URL | https://chrome.google.com/webstore/detail/youmuter/hbhjkldledabllijjmnmfhhiejephibe |
简介 | Chrome plugin that automatically mutes youtube commercials. |
文件大小 | 8.27 KB |
安装次数 | 355 |
当前版本 | 1.2 |
更新时间 | 2017-10-13 |
上架时间 | 2017-10-13 |
评分 | 3.05/5 共19次评分 |
开发者 | Adam Gajzlerowicz |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouMute(r)", "short_name": "YouMute(r)", "version": "1.2", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "Chrome plugin that automatically mutes youtube commercials.", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "muter.js" ] } ] } |