AdClean (works on Youtube)

Removes all unwanted ads for a smoother browsing experience.

AdClean (works on Youtube)とは何ですか?

AdClean (works on Youtube)はhttps://mega-block.comによって開発されたChromeの拡張機能で、その主な機能は「Removes all unwanted ads for a smoother browsing experience.」です。

拡張機能のスクリーンショット

screenshot

AdClean (works on Youtube)拡張機能のCRXファイルをダウンロード

AdClean (works on Youtube)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        AdClean is an ad blocker to help you fall in love with the internet again, and gives you the chance to customize your experience.

✓ Block banners
✓ Block annoying video ads
✓ Give yourself faster browsing as resources are blocked from loading
✓ Click on the extension icon to stop blocking ads on the current website                    

拡張機能の基本情報

名前 AdClean (works on Youtube) AdClean (works on Youtube)
ID bjnlfombjeamfelifpimnopcchmmeppk
公式URL https://chromewebstore.google.com/detail/adclean-works-on-youtube/bjnlfombjeamfelifpimnopcchmmeppk
説明 Removes all unwanted ads for a smoother browsing experience.
ファイルサイズ 1.12 MB
インストール数 20,000
現在のバージョン 2.0.4
最終更新日 2024-01-19
公開日 2023-12-22
評価 4.25/5 合計 8 レビュー
開発者 https://mega-block.com
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://mega-block.com/privacy.php
対応言語 de,en,fr,nl,no,da,es,it,pt-BR,fi,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "2.0.4",
    "default_locale": "en",
    "action": [],
    "background": {
        "service_worker": "extension.js"
    },
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "match_about_blank": true,
            "all_frames": true,
            "js": [
                "ecss.js",
                "cs.js"
            ],
            "run_at": "document_start",
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "alarms",
        "scripting",
        "storage",
        "unlimitedStorage",
        "declarativeNetRequest",
        "webNavigation"
    ],
    "host_permissions": [
        ""
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "1",
                "enabled": true,
                "path": "block\/r1.json"
            },
            {
                "id": "2",
                "enabled": true,
                "path": "block\/r2.json"
            },
            {
                "id": "3",
                "enabled": true,
                "path": "block\/r3.json"
            },
            {
                "id": "4",
                "enabled": true,
                "path": "block\/r4.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "wa\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "use_dynamic_url": true
        }
    ]
}