GZ Pointer

Circular pointer for Gamezer billiards games.

GZ Pointer란 무엇입니까?

GZ Pointer은(는) Faris Musafir에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Circular pointer for Gamezer billiards games."입니다.

확장 프로그램 스크린샷

screenshot

GZ Pointer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension displays a circle around mouse pointer when playing Gamezer.com billiards
Also customizable in size and color.                    

확장 프로그램 기본 정보

이름 GZ Pointer GZ Pointer
ID nokbihopfkicbdenmaeochkbbonimmjj
공식 URL https://chrome.google.com/webstore/detail/gz-pointer/nokbihopfkicbdenmaeochkbbonimmjj
설명 Circular pointer for Gamezer billiards games.
파일 크기 226 KB
설치 횟수 340
현재 버전 1.2.3
최근 업데이트 2020-07-29
출시 날짜 2020-07-15
평점 5.00/5 총 2 개의 평점
개발자 Faris Musafir
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://twitter.com/Msaafrr
지원되는 언어 de,en,fr,tr,es,es-419,pt-BR,pt-PT
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appTitle__",
    "short_name": "__MSG_shortName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.2.3",
    "icons": {
        "128": "img\/icon128.png",
        "48": "img\/icon48.png",
        "16": "img\/icon16.png"
    },
    "page_action": {
        "default_icon": "img\/icon16.png",
        "default_popup": "htm\/popup.html",
        "default_title": "__MSG_appTitle__"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.gamezer.com\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": []
}