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 kyrinelder, 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

                        fun on games to wreck kids                    

Extension Basic Information

Name Surviv.io Cheat Injector Surviv.io Cheat Injector
ID bckackfciojmolehkolpofolklgedpkg
Official URL https://chrome.google.com/webstore/detail/survivio-cheat-injector/bckackfciojmolehkolpofolklgedpkg
Description Provides an assortment of cheats for surviv.io
File Size 961 KB
Installation Count 534
Current Version 1.0.0
Last Updated 2020-04-05
Publish Date 2020-04-03
Rating 1.85/5 Total 13 Ratings
Developer kyrinelder
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Surviv.io Cheat Injector",
    "version": "1.0.0",
    "description": "Provides an assortment of cheats for surviv.io",
    "manifest_version": 2,
    "permissions": [
        "webRequest",
        "*:\/\/*\/*",
        "webRequestBlocking",
        "tabs",
        "declarativeContent",
        "activeTab"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/surviv.io\/*"
        ]
    },
    "icons": {
        "128": ".\/files\/ice.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "files\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/surviv.io\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}