Undetectable Youtube AdBlocker
A free Undetectable Youtube AdBlocker
Undetectable Youtube AdBlockerとは何ですか?
Undetectable Youtube AdBlockerはLIによって開発されたChromeの拡張機能で、その主な機能は「A free Undetectable Youtube AdBlocker」です。
拡張機能のスクリーンショット
Undetectable Youtube AdBlocker拡張機能のCRXファイルをダウンロード
Undetectable Youtube AdBlocker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This adblocker blocks youtube ads without being detected.
Why it's good:
🪶 Lightweight: Extremely light on resources.
🏎️ Efficient: Uses EventListening outperforming MutationObserver solutions
🎈 Simple: Just install and enjoy, no fancy settings.
🕵️ Stealthy: Undetectable from YouTube.
🔓 Permission-Free: Needs no extra permissions to operate.
🆓 Free forever.
Made my Igor & Luka 拡張機能の基本情報
| 名前 | |
| ID | hjmfamljcjmabepekpangndlnkffealb |
| 公式URL | https://chromewebstore.google.com/detail/undetectable-youtube-adbl/hjmfamljcjmabepekpangndlnkffealb |
| 説明 | A free Undetectable Youtube AdBlocker |
| ファイルサイズ | 37.24 KB |
| インストール数 | 1,534 |
| 現在のバージョン | 5.0 |
| 最終更新日 | 2023-11-27 |
| 公開日 | 2023-11-08 |
| 評価 | 3.79/5 合計 19 レビュー |
| 開発者 | LI |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Undetectable Youtube AdBlocker",
"description": "A free Undetectable Youtube AdBlocker",
"version": "5.0",
"icons": {
"16": "logo\/16.png",
"48": "logo\/48.png",
"128": "logo\/128.png"
},
"action": {
"default_title": "Undetectable Youtube AdBlocker",
"default_popup": "popup\/popup.html"
},
"permissions": [],
"content_scripts": [
{
"js": [
".\/scripts\/injector.js"
],
"matches": [
"*:\/\/*.youtube.com\/*"
],
"css": [
".\/css\/youtubeStyles.css"
],
"run_at": "document_start"
}
]
} | |