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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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": [] } |