AdBlock Detector Bypass

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

什麼是AdBlock Detector Bypass?

AdBlock Detector Bypass是由Sacred Summit Studio開發的Chrome擴展程式,該擴展的主要功能是“Removes the obtrusive popup that prevents you from viewing webpage content when an adblocker is detected”。

擴展截圖

screenshot

下載AdBlock Detector Bypass擴展crx文件

下載AdBlock Detector Bypass擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 AdBlock Detector Bypass AdBlock Detector Bypass
ID acjlefdefjkldgcimnfkehgbnpjekedo
官方網址 https://chromewebstore.google.com/detail/adblock-detector-bypass/acjlefdefjkldgcimnfkehgbnpjekedo
簡介 Removes the obtrusive popup that prevents you from viewing webpage content when an adblocker is detected
檔案大小 20.74 KB
安裝次數 13,352
目前版本 1.0
更新時間 2020-10-16
上架時間 2020-10-16
評分 4.00/5 共 50 次評分
開發者 Sacred Summit Studio
電子郵箱 [email protected]
付費類型 free
擴展官網 http://sacredsummitstudio.com
支援的語言 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
}