Mega AdBlock for Websites & YouTube™

Mega AdBlock removes unwanted websites and video ads.

Co to jest Mega AdBlock for Websites & YouTube™?

Mega AdBlock for Websites & YouTube™ to rozszerzenie Chrome opracowane przez Mega AdBlock para Internet e YouTube™, a jego główną funkcją jest „Mega AdBlock removes unwanted websites and video ads.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Mega AdBlock for Websites & YouTube™

Pobierz pliki rozszerzeń Mega AdBlock for Websites & YouTube™ w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Mega AdBlock for Websites & YouTube™ Mega AdBlock for Websites & YouTube™
ID hiiljgfgjlkoakaihlaklljgpepdkoap
Oficjalny URL https://chromewebstore.google.com/detail/mega-adblock-for-websites/hiiljgfgjlkoakaihlaklljgpepdkoap
Opis Mega AdBlock removes unwanted websites and video ads.
Rozmiar pliku 281 KB
Liczba instalacji 1,541
Aktualna Wersja 2.0.0.7
Ostatnia Aktualizacja 2023-08-18
Data Publikacji 2023-08-18
Ocena 5.00/5 Łącznie 9 Oceny
Deweloper Mega AdBlock para Internet e YouTube™
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://github.com/mega-adblock/adblock/wiki/Privacy-Policy
Obsługiwane Języki 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": [
        "*:\/\/*\/*"
    ]
}