Youtube - Noise Control
This tiny Chrome extension hides a lot of noise in the Youtube interface. Elements like view counts, like bars, comments and…
什么是Youtube - Noise Control?
Youtube - Noise Control是由Anders Moberg开发的Chrome扩展程序,该扩展的主要功能是“This tiny Chrome extension hides a lot of noise in the Youtube interface. Elements like view counts, like bars, comments and…”。
下载Youtube - Noise Control扩展crx文件
下载Youtube - Noise Control扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This tiny Chrome extension hides a lot of noise in the Youtube interface. Elements like view counts, like bars, comments and recommended videos get hidden.
扩展基本信息
名称 | Youtube - Noise Control |
ID | kibcpalpaedgigdjphcplmeligepkiem |
官方URL | https://chromewebstore.google.com/detail/youtube-noise-control/kibcpalpaedgigdjphcplmeligepkiem |
简介 | This tiny Chrome extension hides a lot of noise in the Youtube interface. Elements like view counts, like bars, comments and… |
文件大小 | 3.3 KB |
安装次数 | 51 |
当前版本 | 0.11 |
更新时间 | 2016-12-14 |
上架时间 | 2016-12-14 |
评分 | 5.00/5 共4次评分 |
开发者 | Anders Moberg |
付费类型 | free |
扩展官网 | http://a-moberg.com/ |
帮助页面URL | https://github.com/AndersMoberg/YoutubeInterfaceDenoiser/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube - Noise Control", "version": "0.11", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "css": [ "youtube.css" ] } ] } |