YouBlocker
Ad-Free YouTube Experience.
YouBlockerとは何ですか?
YouBlockerはTorrextensionによって開発されたChromeの拡張機能で、その主な機能は「Ad-Free YouTube Experience.」です。
拡張機能のスクリーンショット
YouBlocker拡張機能のCRXファイルをダウンロード
YouBlocker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Works with the new YouTube update !
Enjoy a seamless YouTube experience with our “YouBlocker” extension. Our extension is designed to improve your YouTube viewing experience by removing intrusive video ads, while preserving the platform's core functionality + we don't collect your data.
🔥 IF YOU NEED A CUSTOM EXTENSION, I CAN CREATE ONE FOR YOU : ibuildyourextension.com 拡張機能の基本情報
| 名前 | |
| ID | khplgcfcmalolfkblneflibkmamgogom |
| 公式URL | https://chromewebstore.google.com/detail/youblocker/khplgcfcmalolfkblneflibkmamgogom |
| 説明 | Ad-Free YouTube Experience. |
| ファイルサイズ | 10.5 KB |
| インストール数 | 233 |
| 現在のバージョン | 2.6 |
| 最終更新日 | 2024-02-16 |
| 公開日 | 2023-11-07 |
| 評価 | 5.00/5 合計 7 レビュー |
| 開発者 | Torrextension |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://torrextension.com/youblocker |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "YouBlocker",
"version": "2.6",
"description": "Ad-Free YouTube Experience.",
"manifest_version": 3,
"author": "Torrextension",
"icons": {
"128": "logo.png"
},
"action": {
"default_popup": "index.html",
"default_icon": "logo.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/watch*"
],
"js": [
"content.js"
]
}
],
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage",
"activeTab",
"webNavigation",
"scripting"
],
"host_permissions": [
"https:\/\/www.youtube.com\/watch*"
],
"incognito": "split"
} | |