Surviv.io Cheat Injector

Provides an assortment of cheats for surviv.io

What is Surviv.io Cheat Injector?

Surviv.io Cheat Injector is a Chrome extension developed by http://yyuire.blogspot.com, and its main feature is "Provides an assortment of cheats for surviv.io".

Extension Screenshots

screenshot

Download Surviv.io Cheat Injector Extension CRX File

Download Surviv.io Cheat Injector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Surviv.io Cheat Injector Surviv.io Cheat Injector
ID dakcdemggpelhcfbjdcfnlhdapkipeed
Official URL https://chrome.google.com/webstore/detail/survivio-cheat-injector/dakcdemggpelhcfbjdcfnlhdapkipeed
Description Provides an assortment of cheats for surviv.io
File Size 463 KB
Installation Count 287
Current Version 2.1.3
Last Updated 2020-05-21
Publish Date 2020-05-21
Rating 2.79/5 Total 14 Ratings
Developer http://yyuire.blogspot.com
Email [email protected]
Payment Type free
Extension Website https://surviv.io/
Help Page URL http://security-cyber.mozello.com/
Supported Languages 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"
        }
    ]
}