GzLegends Clean Tournaments

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

Qu'est-ce que GzLegends Clean Tournaments ?

GzLegends Clean Tournaments est une extension Chrome développée par Rami Lab, et sa fonction principale est "Players using this extension prove their clean play on tournaments ,by changing the game default table color used by cheaters.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension GzLegends Clean Tournaments

Téléchargez les fichiers d'extension GzLegends Clean Tournaments au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom GzLegends Clean Tournaments GzLegends Clean Tournaments
ID hmgmpgkljkmljdabcmcpicndbfddjhah
URL Officiel https://chromewebstore.google.com/detail/gzlegends-clean-tournamen/hmgmpgkljkmljdabcmcpicndbfddjhah
Description Players using this extension prove their clean play on tournaments ,by changing the game default table color used by cheaters.
Taille du Fichier 33.57 KB
Nombre d'Installations 117
Version Actuelle 0.0.0.1
Dernière Mise à Jour 2021-07-31
Date de Publication 2021-07-31
Évaluation 5.00/5 Total 1 Évaluations
Développeur Rami Lab
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://gamezerlegends.com/
URL de la Page d'Aide https://gamezerlegends.com/
URL de la Page de Politique de Confidentialité https://invisioncommunity.com/legal/privacy
Langues Prises en Charge 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"
    }
}