Anti-cheat extension for Surviv.io
This extension prevents cheaters from killing you by restricting your access to the game.
Anti-cheat extension for Surviv.io क्या है?
Anti-cheat extension for Surviv.io Yevgen Sh. Inc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension prevents cheaters from killing you by restricting your access to the game."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Anti-cheat extension for Surviv.io एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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!
एक्सटेंशन की मूल जानकारी
नाम | Anti-cheat extension for Surviv.io |
ID | lfhgglhliclgicjndggiedneblgemjgl |
आधिकारिक URL | https://chromewebstore.google.com/detail/anti-cheat-extension-for/lfhgglhliclgicjndggiedneblgemjgl |
विवरण | This extension prevents cheaters from killing you by restricting your access to the game. |
फ़ाइल का आकार | 52.58 KB |
स्थापना संख्या | 22 |
वर्तमान संस्करण | 0.0.2 |
अंतिम अपडेट | 2021-01-31 |
प्रकाशन तिथि | 2021-01-30 |
रेटिंग | 3.00/5 कुल 2 रेटिंग्स |
डेवलपर | Yevgen Sh. Inc |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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';" } |