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 là gì?
GzLegends Clean Tournaments là một tiện ích mở rộng Chrome được phát triển bởi Rami Lab, và tính năng chính của nó là "Players using this extension prove their clean play on tournaments ,by changing the game default table color used by cheaters.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng GzLegends Clean Tournaments
Tải xuống các tệp mở rộng GzLegends Clean Tournaments dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | GzLegends Clean Tournaments |
ID | hmgmpgkljkmljdabcmcpicndbfddjhah |
URL Chính Thức | https://chromewebstore.google.com/detail/gzlegends-clean-tournamen/hmgmpgkljkmljdabcmcpicndbfddjhah |
Mô tả | Players using this extension prove their clean play on tournaments ,by changing the game default table color used by cheaters. |
Kích Thước Tệp | 33.57 KB |
Số Lần Cài Đặt | 117 |
Phiên Bản Hiện Tại | 0.0.0.1 |
Cập Nhật Lần Cuối | 2021-07-31 |
Ngày Phát Hành | 2021-07-31 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Rami Lab |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://gamezerlegends.com/ |
URL Trang Trợ Giúp | https://gamezerlegends.com/ |
URL Trang Chính Sách Bảo Mật | https://invisioncommunity.com/legal/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |