Continue Without Supporting

Browser extension that auto-clicks on "continue without supporting"/similar phrases when given a popup about disabling ad blocking.

Continue Without Supportingคืออะไร?

Continue Without Supporting เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ryan Stewart และคุณลักษณะหลักของมันคือ "Browser extension that auto-clicks on "continue without supporting"/similar phrases when given a popup about disabling ad blocking."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Continue Without Supporting

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

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

                        A browser extension that auto-clicks on "continue without supporting" or similar phrases when given a popup about disabling ad blocking. You can now spend less time trying to find the small continue text and more time actually using the website!                    

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

ชื่อ Continue Without Supporting Continue Without Supporting
ID lieiooigeiockdceiekbikfaklnklmef
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/continue-without-supporti/lieiooigeiockdceiekbikfaklnklmef
คำอธิบาย Browser extension that auto-clicks on "continue without supporting"/similar phrases when given a popup about disabling ad blocking.
ขนาดไฟล์ 46.19 KB
จำนวนการติดตั้ง 81
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2023-06-10
วันที่เผยแพร่ 2023-06-10
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Ryan Stewart
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/rynstwrt/Continue-Without-Supporting
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Continue Without Supporting",
    "version": "1.0.0",
    "description": "Browser extension that auto-clicks on \"continue without supporting\"\/similar phrases when given a popup about disabling ad blocking.",
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "assets\/16.png",
        "48": "assets\/48.png",
        "128": "assets\/128.png"
    },
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "scripts\/service_worker.js",
        "type": "module"
    },
    "action": []
}