GZ Pointer

Circular pointer for Gamezer billiards games.

GZ Pointerคืออะไร?

GZ Pointer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Faris Musafir และคุณลักษณะหลักของมันคือ "Circular pointer for Gamezer billiards games."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GZ Pointer

ดาวน์โหลดไฟล์ส่วนขยาย 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": []
}