Anti-cheat extension for Surviv.io

This extension prevents cheaters from killing you by restricting your access to the game.

Was ist Anti-cheat extension for Surviv.io?

Anti-cheat extension for Surviv.io ist eine Chrome-Erweiterung, die von Yevgen Sh. Inc entwickelt wurde, und ihr Hauptmerkmal ist "This extension prevents cheaters from killing you by restricting your access to the game.".

Erweiterungsscreenshots

screenshot

Anti-cheat extension for Surviv.io-Erweiterungs-CRX-Datei herunterladen

Laden Sie Anti-cheat extension for Surviv.io-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This Chrome extension prevents cheaters from killing you. And it works!

The deal it's pretty straightforward:
1. You installed this tiny (less 1 Mb) extension and it prevents you from entering the game.
2. ...
3. PROFIT! Cheaters can't hurt you! You're free from frustrations, you can spend more quality time with your friends and family, you have more time for your career and education. The sky's the limit!                    

Grundlegende Informationen zur Erweiterung

Name Anti-cheat extension for Surviv.io Anti-cheat extension for Surviv.io
ID lfhgglhliclgicjndggiedneblgemjgl
Offizielle URL https://chromewebstore.google.com/detail/anti-cheat-extension-for/lfhgglhliclgicjndggiedneblgemjgl
Beschreibung This extension prevents cheaters from killing you by restricting your access to the game.
Dateigröße 52.58 KB
Installationsanzahl 22
Aktuelle Version 0.0.2
Letztes Update 2021-01-31
Veröffentlichungsdatum 2021-01-30
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler Yevgen Sh. Inc
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Anti-cheat extension for Surviv.io",
    "description": "This extension prevents cheaters from killing you by restricting your access to the game.",
    "version": "0.0.2",
    "options_page": "index.html",
    "permissions": [
        "*:\/\/surviv.io\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "injection.js"
            ],
            "matches": [
                "*:\/\/www.surviv.io\/*",
                "*:\/\/surviv.io\/*"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png"
    },
    "web_accessible_resources": [
        "index.html",
        "main.js",
        "favicon.ico"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';"
}