GZ Pointer

Circular pointer for Gamezer billiards games.

Wat is GZ Pointer?

GZ Pointer is een Chrome-extensie ontwikkeld door Faris Musafir, en de belangrijkste functie is "Circular pointer for Gamezer billiards games.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie GZ Pointer

Download GZ Pointer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam GZ Pointer GZ Pointer
ID nokbihopfkicbdenmaeochkbbonimmjj
Officiële URL https://chrome.google.com/webstore/detail/gz-pointer/nokbihopfkicbdenmaeochkbbonimmjj
Beschrijving Circular pointer for Gamezer billiards games.
Bestandsgrootte 226 KB
Aantal Installaties 340
Huidige Versie 1.2.3
Laatst Bijgewerkt 2020-07-29
Publicatiedatum 2020-07-15
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Faris Musafir
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://twitter.com/Msaafrr
Ondersteunde Talen 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": []
}