Mega AdBlock for Websites & YouTube™

Mega AdBlock removes unwanted websites and video ads.

Apa itu Mega AdBlock for Websites & YouTube™?

Mega AdBlock for Websites & YouTube™ adalah ekstensi Chrome yang dikembangkan oleh Mega AdBlock para Internet e YouTube™, dan fitur utamanya adalah "Mega AdBlock removes unwanted websites and video ads.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Mega AdBlock for Websites & YouTube™

Unduh file ekstensi Mega AdBlock for Websites & YouTube™ dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Mega AdBlock for Websites & YouTube™ Mega AdBlock for Websites & YouTube™
ID hiiljgfgjlkoakaihlaklljgpepdkoap
URL Resmi https://chromewebstore.google.com/detail/mega-adblock-for-websites/hiiljgfgjlkoakaihlaklljgpepdkoap
Deskripsi Mega AdBlock removes unwanted websites and video ads.
Ukuran File 281 KB
Jumlah Instalasi 1,541
Versi Saat Ini 2.0.0.7
Terakhir Diperbarui 2023-08-18
Tanggal Publikasi 2023-08-18
Penilaian 5.00/5 Total 9 Penilaian
Pengembang Mega AdBlock para Internet e YouTube™
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://github.com/mega-adblock/adblock/wiki/Privacy-Policy
Bahasa yang Didukung 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": [
        "*:\/\/*\/*"
    ]
}