Anti Testportal

Bypass for blur check on testportal.pl(net)

O que é Anti Testportal?

Anti Testportal é uma extensão do Chrome desenvolvida por http://szoppracz07.ovh, e sua principal característica é "Bypass for blur check on testportal.pl(net)".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Anti Testportal

Baixe arquivos de extensão Anti Testportal no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Anti Testportal Anti Testportal
ID dpgfbfopkfdfmlfdpmoanamopdnibhkl
URL Oficial https://chrome.google.com/webstore/detail/anti-testportal/dpgfbfopkfdfmlfdpmoanamopdnibhkl
Descrição Bypass for blur check on testportal.pl(net)
Tamanho do Arquivo 26.89 KB
Contagem de Instalações 80,172
Versão Atual 4.2.1
Última Atualização 2022-01-24
Data de Publicação 2020-06-17
Classificação 4.71/5 Total de 95 Avaliações
Desenvolvedor http://szoppracz07.ovh
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}