AdBlock Detector Bypass

Removes the obtrusive popup that prevents you from viewing webpage content when an adblocker is detected

Vad är AdBlock Detector Bypass?

AdBlock Detector Bypass är en Chrome-tillägg utvecklad av Sacred Summit Studio, och dess huvudfunktion är "Removes the obtrusive popup that prevents you from viewing webpage content when an adblocker is detected".

Tilläggsskärmbilder

screenshot

Ladda ner AdBlock Detector Bypass-förlängningens CRX-fil

Ladda ner AdBlock Detector Bypass-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        When an adblock detection popup appears simply click on the extension icon to remove the popup.                    

Grundläggande Information om Tillägg

Namn AdBlock Detector Bypass AdBlock Detector Bypass
ID acjlefdefjkldgcimnfkehgbnpjekedo
Officiell webbadress https://chromewebstore.google.com/detail/adblock-detector-bypass/acjlefdefjkldgcimnfkehgbnpjekedo
Beskrivning Removes the obtrusive popup that prevents you from viewing webpage content when an adblocker is detected
Filstorlek 20.74 KB
Antal Installationer 13,352
Aktuell Version 1.0
Senast Uppdaterad 2020-10-16
Publiceringsdatum 2020-10-16
Betyg 4.00/5 Totalt 50 Betyg
Utvecklare Sacred Summit Studio
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://sacredsummitstudio.com
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AdBlock Detector Bypass",
    "version": "1.0",
    "description": "Removes the obtrusive popup that prevents you from viewing webpage content when an adblocker is detected",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "assets\/abdb.logo.16.png",
        "48": "assets\/abdb.logo.48.png",
        "128": "assets\/abdb.logo.128.png"
    },
    "browser_action": {
        "default_icon": "assets\/abdb.logo.16.png"
    },
    "manifest_version": 2
}