Anti-cheat extension for Surviv.io

This extension prevents cheaters from killing you by restricting your access to the game.

O que é Anti-cheat extension for Surviv.io?

Anti-cheat extension for Surviv.io é uma extensão do Chrome desenvolvida por Yevgen Sh. Inc, e sua principal característica é "This extension prevents cheaters from killing you by restricting your access to the game.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Anti-cheat extension for Surviv.io

Baixe arquivos de extensão Anti-cheat extension for Surviv.io 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

                        This Chrome extension prevents cheaters from killing you. And it works!

The deal it's pretty straightforward:
1. You installed this tiny (less 1 Mb) extension and it prevents you from entering the game.
2. ...
3. PROFIT! Cheaters can't hurt you! You're free from frustrations, you can spend more quality time with your friends and family, you have more time for your career and education. The sky's the limit!                    

Informações Básicas da Extensão

Nome Anti-cheat extension for Surviv.io Anti-cheat extension for Surviv.io
ID lfhgglhliclgicjndggiedneblgemjgl
URL Oficial https://chromewebstore.google.com/detail/anti-cheat-extension-for/lfhgglhliclgicjndggiedneblgemjgl
Descrição This extension prevents cheaters from killing you by restricting your access to the game.
Tamanho do Arquivo 52.58 KB
Contagem de Instalações 22
Versão Atual 0.0.2
Última Atualização 2021-01-31
Data de Publicação 2021-01-30
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor Yevgen Sh. Inc
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Anti-cheat extension for Surviv.io",
    "description": "This extension prevents cheaters from killing you by restricting your access to the game.",
    "version": "0.0.2",
    "options_page": "index.html",
    "permissions": [
        "*:\/\/surviv.io\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "injection.js"
            ],
            "matches": [
                "*:\/\/www.surviv.io\/*",
                "*:\/\/surviv.io\/*"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png"
    },
    "web_accessible_resources": [
        "index.html",
        "main.js",
        "favicon.ico"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';"
}