Mega AdBlock for Websites & YouTube™

Mega AdBlock removes unwanted websites and video ads.

Mega AdBlock for Websites & YouTube™とは何ですか?

Mega AdBlock for Websites & YouTube™はMega AdBlock para Internet e YouTube™によって開発されたChromeの拡張機能で、その主な機能は「Mega AdBlock removes unwanted websites and video ads.」です。

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

screenshot
screenshot
screenshot

Mega AdBlock for Websites & YouTube™拡張機能のCRXファイルをダウンロード

Mega AdBlock for Websites & YouTube™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Mega AdBlock enhances your experience while browsing your favorite websites.

It blocks ads on websites and lets you watch your videos on YouTube™ without interruption, all with low CPU and RAM consumption.

Blocks ads, banners and pop-ups
Blocks ads in videos on YouTube™

This ad blocker is ready to be used in new versions of Google Chrome!

It's totally free!                    

拡張機能の基本情報

名前 Mega AdBlock for Websites & YouTube™ Mega AdBlock for Websites & YouTube™
ID hiiljgfgjlkoakaihlaklljgpepdkoap
公式URL https://chromewebstore.google.com/detail/mega-adblock-for-websites/hiiljgfgjlkoakaihlaklljgpepdkoap
説明 Mega AdBlock removes unwanted websites and video ads.
ファイルサイズ 281 KB
インストール数 1,541
現在のバージョン 2.0.0.7
最終更新日 2023-08-18
公開日 2023-08-18
評価 5.00/5 合計 9 レビュー
開発者 Mega AdBlock para Internet e YouTube™
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://github.com/mega-adblock/adblock/wiki/Privacy-Policy
対応言語 de,en,fr,es,pt-BR,pt-PT
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_nomeExtensao__",
    "description": "__MSG_descricaoExtensao__",
    "default_locale": "en",
    "version": "2.0.0.7",
    "manifest_version": 3,
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "service_worker": "scripts\/background-script.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/insite-ads-blocking.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "scripts\/net-request-block-filters.json"
            }
        ]
    },
    "action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_nomeExtensao__",
        "default_popup": "pages\/popup.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "cookies",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}