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
Eメール [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"
    }
}