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 là gì?

Anti-cheat extension for Surviv.io là một tiện ích mở rộng Chrome được phát triển bởi Yevgen Sh. Inc, và tính năng chính của nó là "This extension prevents cheaters from killing you by restricting your access to the game.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Anti-cheat extension for Surviv.io

Tải xuống các tệp mở rộng Anti-cheat extension for Surviv.io dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Anti-cheat extension for Surviv.io Anti-cheat extension for Surviv.io
ID lfhgglhliclgicjndggiedneblgemjgl
URL Chính Thức https://chromewebstore.google.com/detail/anti-cheat-extension-for/lfhgglhliclgicjndggiedneblgemjgl
Mô tả This extension prevents cheaters from killing you by restricting your access to the game.
Kích Thước Tệp 52.58 KB
Số Lần Cài Đặt 22
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2021-01-31
Ngày Phát Hành 2021-01-30
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Yevgen Sh. Inc
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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';"
}