Anti Testportal

Bypass for blur check on testportal.pl(net)

Anti Testportalคืออะไร?

Anti Testportal เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://szoppracz07.ovh และคุณลักษณะหลักของมันคือ "Bypass for blur check on testportal.pl(net)"

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

screenshot

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

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

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

                        The code is made by Lummit, and I'm just sharing it here!
https://github.com/Lumm1t/anti-testportal


Minimalistic Chrome extension - bypass for blur check on testportal.pl(net).

🈹🐀💥 Changing pages will not display a warning about leaving the page.

Join our Discord! https://discord.gg/HPecVXeQrF                    

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

ชื่อ Anti Testportal Anti Testportal
ID dpgfbfopkfdfmlfdpmoanamopdnibhkl
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/anti-testportal/dpgfbfopkfdfmlfdpmoanamopdnibhkl
คำอธิบาย Bypass for blur check on testportal.pl(net)
ขนาดไฟล์ 26.89 KB
จำนวนการติดตั้ง 80,172
เวอร์ชันปัจจุบัน 4.2.1
อัปเดตครั้งล่าสุด 2022-01-24
วันที่เผยแพร่ 2020-06-17
คะแนน 4.71/5 รวมทั้งหมด 95 คะแนน
ผู้พัฒนา http://szoppracz07.ovh
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Anti Testportal",
    "description": "Bypass for blur check on testportal.pl(net)",
    "version": "4.2.1",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.testportal.pl\/*",
                "https:\/\/*.testportal.net\/*"
            ],
            "js": [
                "bypass\/bypass.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "popup\/overlay.js"
    ],
    "browser_action": {
        "default_popup": "popup\/index.html"
    },
    "background": {
        "scripts": [
            "discordinvite.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icons\/antitestportal16.png",
        "32": "icons\/antitestportal32.png",
        "48": "icons\/antitestportal48.png",
        "128": "icons\/antitestportal128.png"
    }
}