Anti Testportal

Bypass for blur check on testportal.pl(net)

Cos'è Anti Testportal?

Anti Testportal è un'estensione di Chrome sviluppata da http://szoppracz07.ovh, e la sua funzione principale è "Bypass for blur check on testportal.pl(net)".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Anti Testportal

Scarica i file di estensione Anti Testportal in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Anti Testportal Anti Testportal
ID dpgfbfopkfdfmlfdpmoanamopdnibhkl
URL Ufficiale https://chrome.google.com/webstore/detail/anti-testportal/dpgfbfopkfdfmlfdpmoanamopdnibhkl
Descrizione Bypass for blur check on testportal.pl(net)
Dimensione del File 26.89 KB
Conteggio Installazioni 80,172
Versione Corrente 4.2.1
Ultimo Aggiornamento 2022-01-24
Data di Pubblicazione 2020-06-17
Valutazione 4.71/5 Totale 95 Valutazioni
Sviluppatore http://szoppracz07.ovh
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}