GZ Pointer
Circular pointer for Gamezer billiards games.
Co to jest GZ Pointer?
GZ Pointer to rozszerzenie Chrome opracowane przez Faris Musafir, a jego główną funkcją jest „Circular pointer for Gamezer billiards games.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia GZ Pointer
Pobierz pliki rozszerzeń GZ Pointer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension displays a circle around mouse pointer when playing Gamezer.com billiards Also customizable in size and color.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | nokbihopfkicbdenmaeochkbbonimmjj |
Oficjalny URL | https://chrome.google.com/webstore/detail/gz-pointer/nokbihopfkicbdenmaeochkbbonimmjj |
Opis | Circular pointer for Gamezer billiards games. |
Rozmiar pliku | 226 KB |
Liczba instalacji | 340 |
Aktualna Wersja | 1.2.3 |
Ostatnia Aktualizacja | 2020-07-29 |
Data Publikacji | 2020-07-15 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | Faris Musafir |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Pomocy | https://twitter.com/Msaafrr |
Obsługiwane Języki | 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": [] } |