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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rami Lab และคุณลักษณะหลักของมันคือ "Players using this extension prove their clean play on tournaments ,by changing the game default table color used by cheaters."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GzLegends Clean Tournaments

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}