Anti-cheat extension for Surviv.io
This extension prevents cheaters from killing you by restricting your access to the game.
Co je Anti-cheat extension for Surviv.io?
Anti-cheat extension for Surviv.io je rozšíření Chrome vyvinuté Yevgen Sh. Inc, a jeho hlavní funkcí je „This extension prevents cheaters from killing you by restricting your access to the game.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Anti-cheat extension for Surviv.io
Stáhněte si soubory rozšíření Anti-cheat extension for Surviv.io ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | Anti-cheat extension for Surviv.io |
ID | lfhgglhliclgicjndggiedneblgemjgl |
Oficiální URL | https://chromewebstore.google.com/detail/anti-cheat-extension-for/lfhgglhliclgicjndggiedneblgemjgl |
Popis | This extension prevents cheaters from killing you by restricting your access to the game. |
Velikost souboru | 52.58 KB |
Počet instalací | 22 |
Aktuální Verze | 0.0.2 |
Poslední Aktualizace | 2021-01-31 |
Datum Vydání | 2021-01-30 |
Hodnocení | 3.00/5 Celkem 2 Hodnocení |
Vývojář | Yevgen Sh. Inc |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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';" } |