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
电子邮箱 [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": []
}