GZ Pointer

Circular pointer for Gamezer billiards games.

GZ Pointer là gì?

GZ Pointer là một tiện ích mở rộng Chrome được phát triển bởi Faris Musafir, và tính năng chính của nó là "Circular pointer for Gamezer billiards games.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng GZ Pointer

Tải xuống các tệp mở rộng GZ Pointer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GZ Pointer GZ Pointer
ID nokbihopfkicbdenmaeochkbbonimmjj
URL Chính Thức https://chrome.google.com/webstore/detail/gz-pointer/nokbihopfkicbdenmaeochkbbonimmjj
Mô tả Circular pointer for Gamezer billiards games.
Kích Thước Tệp 226 KB
Số Lần Cài Đặt 340
Phiên Bản Hiện Tại 1.2.3
Cập Nhật Lần Cuối 2020-07-29
Ngày Phát Hành 2020-07-15
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Faris Musafir
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://twitter.com/Msaafrr
Ngôn Ngữ Được Hỗ Trợ 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": []
}