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.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου 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 |
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" } } |