GZ Pointer
Circular pointer for Gamezer billiards games.
Что такое GZ Pointer?
GZ Pointer - это расширение Chrome, разработанное Faris Musafir, и его основная функция - "Circular pointer for Gamezer billiards games.".
Снимки экрана расширения
Скачать файл 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. Основная информация о расширении
| Название | |
| 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": []
} | |