QuietAds
QuietAds reduces the volume of ads on Twitch and Youtube. Hulu support coming soon!
QuietAdsとは何ですか?
QuietAdsはdie4ever2005によって開発されたChromeの拡張機能で、その主な機能は「QuietAds reduces the volume of ads on Twitch and Youtube. Hulu support coming soon!」です。
拡張機能のスクリーンショット
QuietAds拡張機能のCRXファイルをダウンロード
QuietAds拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
(Very early alpha version) Ads can be annoying, but you don't want to block them because then your favorite Twitch streamers and Youtube channels won't make any money. QuietAds will automatically lower the volume on Twitch and Youtube ads, and it will remember the volume you set for ads and for streams separately. Current default ad volume is 10%. Hulu support coming soon!
拡張機能の基本情報
名前 | |
ID | hbchdcohponnnjbicnlmhimhidadafmj |
公式URL | https://chromewebstore.google.com/detail/quietads/hbchdcohponnnjbicnlmhimhidadafmj |
説明 | QuietAds reduces the volume of ads on Twitch and Youtube. Hulu support coming soon! |
ファイルサイズ | 37.34 KB |
インストール数 | 325 |
現在のバージョン | 0.24 |
最終更新日 | 2015-11-26 |
公開日 | 2015-11-25 |
評価 | 3.84/5 合計 19 レビュー |
開発者 | die4ever2005 |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QuietAds", "description": "QuietAds reduces the volume of ads on Twitch and Youtube. Hulu support coming soon!", "version": "0.24", "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*", "*:\/\/*.youtube.com\/*" ], "js": [ "jquery-2.1.4.min.js", "script.js" ], "run_at": "document_idle" } ], "permissions": [ "storage" ] } |