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