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
公式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
Eメール [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';"
}