GZ Pointer
Circular pointer for Gamezer billiards games.
什麼是GZ Pointer?
GZ Pointer是由Faris Musafir開發的Chrome擴展程式,該擴展的主要功能是“Circular pointer for Gamezer billiards games.”。
擴展截圖
下載GZ Pointer擴展crx文件
下載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 |
官方網址 | 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": [] } |