Surviv.io Cheat Injector

Provides an assortment of cheats for surviv.io

Vad är Surviv.io Cheat Injector?

Surviv.io Cheat Injector är en Chrome-tillägg utvecklad av kyrinelder, och dess huvudfunktion är "Provides an assortment of cheats for surviv.io".

Tilläggsskärmbilder

screenshot

Ladda ner Surviv.io Cheat Injector-förlängningens CRX-fil

Ladda ner Surviv.io Cheat Injector-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        fun on games to wreck kids                    

Grundläggande Information om Tillägg

Namn Surviv.io Cheat Injector Surviv.io Cheat Injector
ID bckackfciojmolehkolpofolklgedpkg
Officiell webbadress https://chrome.google.com/webstore/detail/survivio-cheat-injector/bckackfciojmolehkolpofolklgedpkg
Beskrivning Provides an assortment of cheats for surviv.io
Filstorlek 961 KB
Antal Installationer 534
Aktuell Version 1.0.0
Senast Uppdaterad 2020-04-05
Publiceringsdatum 2020-04-03
Betyg 1.85/5 Totalt 13 Betyg
Utvecklare kyrinelder
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}