Anti Testportal

Bypass for blur check on testportal.pl(net)

什麼是Anti Testportal?

Anti Testportal是由http://szoppracz07.ovh開發的Chrome擴展程式,該擴展的主要功能是“Bypass for blur check on testportal.pl(net)”。

擴展截圖

screenshot

下載Anti Testportal擴展crx文件

下載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
官方網址 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"
    }
}