Anti-cheat extension for Surviv.io
This extension prevents cheaters from killing you by restricting your access to the game.
Qu'est-ce que Anti-cheat extension for Surviv.io ?
Anti-cheat extension for Surviv.io est une extension Chrome développée par Yevgen Sh. Inc, et sa fonction principale est "This extension prevents cheaters from killing you by restricting your access to the game.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Anti-cheat extension for Surviv.io
Téléchargez les fichiers d'extension Anti-cheat extension for Surviv.io 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
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!
Informations de Base sur l'Extension
Nom | Anti-cheat extension for Surviv.io |
ID | lfhgglhliclgicjndggiedneblgemjgl |
URL Officiel | https://chromewebstore.google.com/detail/anti-cheat-extension-for/lfhgglhliclgicjndggiedneblgemjgl |
Description | This extension prevents cheaters from killing you by restricting your access to the game. |
Taille du Fichier | 52.58 KB |
Nombre d'Installations | 22 |
Version Actuelle | 0.0.2 |
Dernière Mise à Jour | 2021-01-31 |
Date de Publication | 2021-01-30 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | Yevgen Sh. Inc |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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';" } |