Surviv.io Cheat Injector

Provides an assortment of cheats for surviv.io

O que é Surviv.io Cheat Injector?

Surviv.io Cheat Injector é uma extensão do Chrome desenvolvida por http://yyuire.blogspot.com, e sua principal característica é "Provides an assortment of cheats for surviv.io".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Surviv.io Cheat Injector

Baixe arquivos de extensão Surviv.io Cheat Injector 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

                        Puedes hacer 20kills en www.surviv.io sin hacer nada cuando quieras y cuando puedas si te gusta la app descrieb en el comment                    

Informações Básicas da Extensão

Nome Surviv.io Cheat Injector Surviv.io Cheat Injector
ID dakcdemggpelhcfbjdcfnlhdapkipeed
URL Oficial https://chrome.google.com/webstore/detail/survivio-cheat-injector/dakcdemggpelhcfbjdcfnlhdapkipeed
Descrição Provides an assortment of cheats for surviv.io
Tamanho do Arquivo 463 KB
Contagem de Instalações 287
Versão Atual 2.1.3
Última Atualização 2020-05-21
Data de Publicação 2020-05-21
Classificação 2.79/5 Total de 14 Avaliações
Desenvolvedor http://yyuire.blogspot.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://surviv.io/
URL da Página de Ajuda http://security-cyber.mozello.com/
Idiomas Suportados es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Surviv.io Cheat Injector",
    "version": "2.1.3",
    "description": "Provides an assortment of cheats for surviv.io",
    "manifest_version": 2,
    "permissions": [
        "webRequest",
        "*:\/\/*\/*",
        "webRequestBlocking",
        "tabs",
        "declarativeContent",
        "activeTab"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/surviv.io\/*",
            "*:\/\/surviv2.io\/*",
            "*:\/\/2dbattleroyale.com\/*",
            "*:\/\/2dbattleroyale.org\/*",
            "*:\/\/piearesquared.info\/*",
            "*:\/\/thecircleisclosing.com\/*",
            "*:\/\/secantsecant.com\/*",
            "*:\/\/parmainitiative.com\/*",
            "*:\/\/ot38.club\/*",
            "*:\/\/drchandlertallow.com\/*",
            "*:\/\/ptr.surviv.io\/*",
            "*:\/\/iceproxy.herokuapp.com\/*"
        ]
    },
    "icons": {
        "128": ".\/file\/ice.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/surviv.io\/*",
                "*:\/\/surviv2.io\/*",
                "*:\/\/2dbattleroyale.com\/*",
                "*:\/\/2dbattleroyale.org\/*",
                "*:\/\/piearesquared.info\/*",
                "*:\/\/thecircleisclosing.com\/*",
                "*:\/\/secantsecant.com\/*",
                "*:\/\/parmainitiative.com\/*",
                "*:\/\/ot38.club\/*",
                "*:\/\/drchandlertallow.com\/*",
                "*:\/\/ptr.surviv.io\/*",
                "*:\/\/iceproxy.herokuapp.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}