Bypass AdBlock Detection

Bypass Adblock Detection on Websites that Bombard You With Ads

Was ist Bypass AdBlock Detection?

Bypass AdBlock Detection ist eine Chrome-Erweiterung, die von Arif entwickelt wurde, und ihr Hauptmerkmal ist "Bypass Adblock Detection on Websites that Bombard You With Ads".

Erweiterungsscreenshots

screenshot

Bypass AdBlock Detection-Erweiterungs-CRX-Datei herunterladen

Laden Sie Bypass AdBlock Detection-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

                        This Addon helps you keep your ad-blocker active when you visit a website even when it asks you to disable it. This is the easiest way you can bypass ad block detection on a website.
This addon work well with all adblock but For perfect use Please use it with ublock origin - Thanks                    

Grundlegende Informationen zur Erweiterung

Name Bypass AdBlock Detection Bypass AdBlock Detection
ID lppagnomjcaohgkfljlebenbmbdmbkdj
Offizielle URL https://chromewebstore.google.com/detail/bypass-adblock-detection/lppagnomjcaohgkfljlebenbmbdmbkdj
Beschreibung Bypass Adblock Detection on Websites that Bombard You With Ads
Dateigröße 76.51 KB
Installationsanzahl 57,497
Aktuelle Version 1.0.0
Letztes Update 2018-11-01
Veröffentlichungsdatum 2018-10-31
Bewertung 3.08/5 Insgesamt 305 Bewertungen
Entwickler Arif
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "background": {
        "scripts": [
            "common.js",
            "platform\/chromium-vars.js",
            "background\/core.js",
            "background\/rules.js",
            "background\/debug.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "icon128.png"
        },
        "default_title": "Bypass AdBlock Detection"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "common.js",
                "libdom.js",
                "content\/core.js",
                "content\/rules-common.js",
                "content\/rules-specific.js",
                "content\/rules-sticky.js",
                "content\/debug.js",
                "content\/ubo-extra.js"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "name": "Bypass AdBlock Detection",
    "description": "Bypass Adblock Detection on Websites that Bombard You With Ads",
    "minimum_chrome_version": "63.0",
    "manifest_version": 2,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "128": "icon128.png"
    },
    "incognito": "split",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "webNavigation",
        "webRequest",
        "webRequestBlocking"
    ],
    "version": "1.0.0",
    "web_accessible_resources": [
        "resources\/*"
    ]
}