Anti Adblock Detector

Bypasses adblock detectors to allow you to continue using adblockers

Anti Adblock Detectorคืออะไร?

Anti Adblock Detector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย adblockunblock และคุณลักษณะหลักของมันคือ "Bypasses adblock detectors to allow you to continue using adblockers"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Anti Adblock Detector

ดาวน์โหลดไฟล์ส่วนขยาย Anti Adblock Detector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Many websites have adblock detectors that force you to either disable you adblocker or pay a subscription fee to continue using their website. This lightweight extension allows you to continue browsing these sites without having to disable your adblocker.

Note: This extension is for AdBlock/AdBlock plus, and currently has been tested and works on most major news websites. However, this is a new extension and may not work for every website with an adblock detector. If you stumble upon such as site, send an email to [email protected].                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Anti Adblock Detector Anti Adblock Detector
ID kjhdffcfinhkdfbbhjlfoadcdfgihmlp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/anti-adblock-detector/kjhdffcfinhkdfbbhjlfoadcdfgihmlp
คำอธิบาย Bypasses adblock detectors to allow you to continue using adblockers
ขนาดไฟล์ 187 KB
จำนวนการติดตั้ง 71,296
เวอร์ชันปัจจุบัน 0.2.5
อัปเดตครั้งล่าสุด 2020-09-08
วันที่เผยแพร่ 2020-06-06
คะแนน 2.91/5 รวมทั้งหมด 204 คะแนน
ผู้พัฒนา adblockunblock
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Anti Adblock Detector",
    "version": "0.2.5",
    "description": "Bypasses adblock detectors to allow you to continue using adblockers",
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Anti Adblock Detector",
        "default_icon": {
            "16": "images\/adblockdetector16.png",
            "32": "images\/adblockdetector32.png",
            "48": "images\/adblockdetector48.png",
            "128": "images\/adblockdetector128.png"
        }
    },
    "icons": {
        "16": "images\/adblockdetector16.png",
        "32": "images\/adblockdetector32.png",
        "48": "images\/adblockdetector48.png",
        "128": "images\/adblockdetector128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "manifest_version": 2
}