GzLegends Clean Tournaments

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

O que é GzLegends Clean Tournaments?

GzLegends Clean Tournaments é uma extensão do Chrome desenvolvida por Rami Lab, e sua principal característica é "Players using this extension prove their clean play on tournaments ,by changing the game default table color used by cheaters.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão GzLegends Clean Tournaments

Baixe arquivos de extensão GzLegends Clean Tournaments no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome GzLegends Clean Tournaments GzLegends Clean Tournaments
ID hmgmpgkljkmljdabcmcpicndbfddjhah
URL Oficial https://chromewebstore.google.com/detail/gzlegends-clean-tournamen/hmgmpgkljkmljdabcmcpicndbfddjhah
Descrição Players using this extension prove their clean play on tournaments ,by changing the game default table color used by cheaters.
Tamanho do Arquivo 33.57 KB
Contagem de Instalações 117
Versão Atual 0.0.0.1
Última Atualização 2021-07-31
Data de Publicação 2021-07-31
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Rami Lab
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://gamezerlegends.com/
URL da Página de Ajuda https://gamezerlegends.com/
URL da Página de Política de Privacidade https://invisioncommunity.com/legal/privacy
Idiomas Suportados 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"
    }
}