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ファイルをダウンロード

GZ Pointer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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