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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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