Bypass AdBlock Detection

Bypass Adblock Detection on Websites that Bombard You With Ads

Qu'est-ce que Bypass AdBlock Detection ?

Bypass AdBlock Detection est une extension Chrome développée par Arif, et sa fonction principale est "Bypass Adblock Detection on Websites that Bombard You With Ads".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Bypass AdBlock Detection

Téléchargez les fichiers d'extension Bypass AdBlock Detection au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Bypass AdBlock Detection Bypass AdBlock Detection
ID lppagnomjcaohgkfljlebenbmbdmbkdj
URL Officiel https://chromewebstore.google.com/detail/bypass-adblock-detection/lppagnomjcaohgkfljlebenbmbdmbkdj
Description Bypass Adblock Detection on Websites that Bombard You With Ads
Taille du Fichier 76.51 KB
Nombre d'Installations 57,497
Version Actuelle 1.0.0
Dernière Mise à Jour 2018-11-01
Date de Publication 2018-10-31
Évaluation 3.08/5 Total 305 Évaluations
Développeur Arif
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}