YouMute
Automatically mute and skip YouTube™ video ads
YouMuteとは何ですか?
YouMuteはSun City Designによって開発されたChromeの拡張機能で、その主な機能は「Automatically mute and skip YouTube™ video ads」です。
拡張機能のスクリーンショット
YouMute拡張機能のCRXファイルをダウンロード
YouMute拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Simplify your viewing experience by having the "Skip ad" button automatically clicked for you as soon as it becomes available. 拡張機能の基本情報
| 名前 | |
| ID | bhlmjoeobnofoajffmnpcahfaffihmbh |
| 公式URL | https://chromewebstore.google.com/detail/youmute/bhlmjoeobnofoajffmnpcahfaffihmbh |
| 説明 | Automatically mute and skip YouTube™ video ads |
| ファイルサイズ | 53.66 KB |
| インストール数 | 7,849 |
| 現在のバージョン | 0.2.0 |
| 最終更新日 | 2023-11-20 |
| 公開日 | 2018-12-31 |
| 評価 | 4.26/5 合計 90 レビュー |
| 開発者 | Sun City Design |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://sshongru.github.io/YouMute/privacy.html |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "YouMute",
"short_name": "YouMute",
"description": "Automatically mute and skip YouTube\u2122 video ads",
"version": "0.2.0",
"manifest_version": 3,
"icons": {
"128": "logo.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*"
],
"js": [
"inject.js"
],
"css": [
"inject.css"
]
}
]
} | |