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
官方網址 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"
    }
}