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开发的Chrome扩展程序,该扩展的主要功能是“Players using this extension prove their clean play on tournaments ,by changing the game default table color used by cheaters.”。

扩展截图

screenshot

下载GzLegends Clean Tournaments扩展crx文件

下载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 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"
    }
}