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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yevgen Sh. Inc และคุณลักษณะหลักของมันคือ "This extension prevents cheaters from killing you by restricting your access to the game."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Anti-cheat extension for Surviv.io

ดาวน์โหลดไฟล์ส่วนขยาย Anti-cheat extension for Surviv.io ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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';"
}