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開發的Chrome擴展程式,該擴展的主要功能是“This extension prevents cheaters from killing you by restricting your access to the game.”。

擴展截圖

screenshot

下載Anti-cheat extension for Surviv.io擴展crx文件

下載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
官方網址 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';"
}