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