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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sacred Summit Studio และคุณลักษณะหลักของมันคือ "Removes the obtrusive popup that prevents you from viewing webpage content when an adblocker is detected"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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
}