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" ] } ] } |