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 Rami Lab द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Players using this extension prove their clean play on tournaments ,by changing the game default table color used by cheaters."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GzLegends Clean Tournaments एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |