GZ Pointer

Circular pointer for Gamezer billiards games.

GZ Pointer क्या है?

GZ Pointer Faris Musafir द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Circular pointer for Gamezer billiards games."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में GZ Pointer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": []
}