GzLegends Clean Tournaments

Players using this extension prove their clean play on tournaments ,by changing the game default table color used by cheaters.

Что такое GzLegends Clean Tournaments?

GzLegends Clean Tournaments - это расширение Chrome, разработанное Rami Lab, и его основная функция - "Players using this extension prove their clean play on tournaments ,by changing the game default table color used by cheaters.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения GzLegends Clean Tournaments

Скачайте файлы расширений GzLegends Clean Tournaments в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This extension changes the default billiard table background color used by cheaters , shares player game statistics for moderators to check the eligibility of the player .
The game table will be automatically detected and changes applied .
There is also a button to manually activate it.

By using this extension , players prove they play clean ! 

Join players and win prizes : gamezerlegends.com                    

Основная информация о расширении

Название GzLegends Clean Tournaments GzLegends Clean Tournaments
ID hmgmpgkljkmljdabcmcpicndbfddjhah
Официальный URL https://chromewebstore.google.com/detail/gzlegends-clean-tournamen/hmgmpgkljkmljdabcmcpicndbfddjhah
Описание Players using this extension prove their clean play on tournaments ,by changing the game default table color used by cheaters.
Размер файла 33.57 KB
Количество установок 117
Текущая Версия 0.0.0.1
Последнее Обновление 2021-07-31
Дата публикации 2021-07-31
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Rami Lab
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://gamezerlegends.com/
URL страницы помощи https://gamezerlegends.com/
URL страницы политики конфиденциальности https://invisioncommunity.com/legal/privacy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GzLegends Clean Tournaments",
    "description": "Players using this extension prove their clean play on tournaments ,by changing the game default table color used by cheaters. ",
    "version": "0.0.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "scripting",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*.gamezerlegends.com\/*",
        "*:\/\/*.gamezer.com\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/gzlegends_16.png",
            "32": "\/images\/gzlegends_32.png",
            "48": "\/images\/gzlegends_48.png",
            "128": "\/images\/gzlegends_128.png"
        }
    },
    "icons": {
        "16": "\/images\/gzlegends_16.png",
        "32": "\/images\/gzlegends_32.png",
        "48": "\/images\/gzlegends_48.png",
        "128": "\/images\/gzlegends_128.png"
    }
}