Anti Testportal

Bypass for blur check on testportal.pl(net)

Co je Anti Testportal?

Anti Testportal je rozšíření Chrome vyvinuté http://szoppracz07.ovh, a jeho hlavní funkcí je „Bypass for blur check on testportal.pl(net)“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Anti Testportal

Stáhněte si soubory rozšíření Anti Testportal ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Anti Testportal Anti Testportal
ID dpgfbfopkfdfmlfdpmoanamopdnibhkl
Oficiální URL https://chrome.google.com/webstore/detail/anti-testportal/dpgfbfopkfdfmlfdpmoanamopdnibhkl
Popis Bypass for blur check on testportal.pl(net)
Velikost souboru 26.89 KB
Počet instalací 80,172
Aktuální Verze 4.2.1
Poslední Aktualizace 2022-01-24
Datum Vydání 2020-06-17
Hodnocení 4.71/5 Celkem 95 Hodnocení
Vývojář http://szoppracz07.ovh
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}