Mega AdBlock for Websites & YouTube™

Mega AdBlock removes unwanted websites and video ads.

Was ist Mega AdBlock for Websites & YouTube™?

Mega AdBlock for Websites & YouTube™ ist eine Chrome-Erweiterung, die von Mega AdBlock para Internet e YouTube™ entwickelt wurde, und ihr Hauptmerkmal ist "Mega AdBlock removes unwanted websites and video ads.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Mega AdBlock for Websites & YouTube™-Erweiterungs-CRX-Datei herunterladen

Laden Sie Mega AdBlock for Websites & YouTube™-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Mega AdBlock for Websites & YouTube™ Mega AdBlock for Websites & YouTube™
ID ehpmohebjgefhmaikmlidmpmomakcedn
Offizielle URL https://chromewebstore.google.com/detail/mega-adblock-for-websites/ehpmohebjgefhmaikmlidmpmomakcedn
Beschreibung Mega AdBlock removes unwanted websites and video ads.
Dateigröße 304 KB
Installationsanzahl 55,609
Aktuelle Version 2.0.2.0
Letztes Update 2023-11-04
Veröffentlichungsdatum 2022-06-11
Bewertung 4.31/5 Insgesamt 328 Bewertungen
Entwickler Mega AdBlock para Internet e YouTube™
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.mega-adblock.com
Hilfeseite URL https://www.mega-adblock.com/privacy-policy.html
URL der Datenschutzrichtlinien-Seite https://github.com/mega-adblock/adblock/wiki/Privacy-Policy
Unterstützte Sprachen 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.2.0",
    "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:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "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",
        "scripting"
    ],
    "host_permissions": [
        ""
    ]
}