GzLegends Clean Tournaments
Players using this extension prove their clean play on tournaments ,by changing the game default table color used by cheaters.
Cos'è GzLegends Clean Tournaments?
GzLegends Clean Tournaments è un'estensione di Chrome sviluppata da Rami Lab, e la sua funzione principale è "Players using this extension prove their clean play on tournaments ,by changing the game default table color used by cheaters.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GzLegends Clean Tournaments
Scarica i file di estensione GzLegends Clean Tournaments in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | GzLegends Clean Tournaments |
ID | hmgmpgkljkmljdabcmcpicndbfddjhah |
URL Ufficiale | https://chromewebstore.google.com/detail/gzlegends-clean-tournamen/hmgmpgkljkmljdabcmcpicndbfddjhah |
Descrizione | Players using this extension prove their clean play on tournaments ,by changing the game default table color used by cheaters. |
Dimensione del File | 33.57 KB |
Conteggio Installazioni | 117 |
Versione Corrente | 0.0.0.1 |
Ultimo Aggiornamento | 2021-07-31 |
Data di Pubblicazione | 2021-07-31 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Rami Lab |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://gamezerlegends.com/ |
URL della Pagina di Aiuto | https://gamezerlegends.com/ |
URL della Pagina della Politica sulla Privacy | https://invisioncommunity.com/legal/privacy |
Lingue Supportate | 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" } } |