Surviv.io Cheat Injector

Provides an assortment of cheats for surviv.io

Qu'est-ce que Surviv.io Cheat Injector ?

Surviv.io Cheat Injector est une extension Chrome développée par kyrinelder, et sa fonction principale est "Provides an assortment of cheats for surviv.io".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Surviv.io Cheat Injector

Téléchargez les fichiers d'extension Surviv.io Cheat Injector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        fun on games to wreck kids                    

Informations de Base sur l'Extension

Nom Surviv.io Cheat Injector Surviv.io Cheat Injector
ID bckackfciojmolehkolpofolklgedpkg
URL Officiel https://chrome.google.com/webstore/detail/survivio-cheat-injector/bckackfciojmolehkolpofolklgedpkg
Description Provides an assortment of cheats for surviv.io
Taille du Fichier 961 KB
Nombre d'Installations 534
Version Actuelle 1.0.0
Dernière Mise à Jour 2020-04-05
Date de Publication 2020-04-03
Évaluation 1.85/5 Total 13 Évaluations
Développeur kyrinelder
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}