Surviv.io Cheat Injector

Provides an assortment of cheats for surviv.io

Wat is Surviv.io Cheat Injector?

Surviv.io Cheat Injector is een Chrome-extensie ontwikkeld door http://yyuire.blogspot.com, en de belangrijkste functie is "Provides an assortment of cheats for surviv.io".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Surviv.io Cheat Injector

Download Surviv.io Cheat Injector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Surviv.io Cheat Injector Surviv.io Cheat Injector
ID dakcdemggpelhcfbjdcfnlhdapkipeed
Officiële URL https://chrome.google.com/webstore/detail/survivio-cheat-injector/dakcdemggpelhcfbjdcfnlhdapkipeed
Beschrijving Provides an assortment of cheats for surviv.io
Bestandsgrootte 463 KB
Aantal Installaties 287
Huidige Versie 2.1.3
Laatst Bijgewerkt 2020-05-21
Publicatiedatum 2020-05-21
Beoordeling 2.79/5 Totaal 14 Beoordelingen
Ontwikkelaar http://yyuire.blogspot.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://surviv.io/
Help Pagina-URL http://security-cyber.mozello.com/
Ondersteunde Talen 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"
        }
    ]
}