Fortnite Pointer
Install Fortnite cursors pointers for Chrome browser.
什麼是Fortnite Pointer?
Fortnite Pointer是由https://gamerstudiofree.com開發的Chrome擴展程式,該擴展的主要功能是“Install Fortnite cursors pointers for Chrome browser.”。
擴展截圖
下載Fortnite Pointer擴展crx文件
下載Fortnite Pointer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension allows you to replace default mouse cursor with custom cursor. ------------------- ! After installing this extension, refresh the previously opened tab if you want to use it on this page. ! According to the rules of the Chrome Web Store extension can not work on the store pages and home page. Please open any other website (for example, google.com) after installing this extension and check how the extension will work on it. -------------------
擴展基本資訊
名稱 | |
ID | hbafflacigbddikggjnonpbnjdcpngon |
官方網址 | https://chrome.google.com/webstore/detail/fortnite-pointer/hbafflacigbddikggjnonpbnjdcpngon |
簡介 | Install Fortnite cursors pointers for Chrome browser. |
檔案大小 | 330 KB |
安裝次數 | 224 |
目前版本 | 1.0.12.12 |
更新時間 | 2021-07-10 |
上架時間 | 2021-07-10 |
開發者 | https://gamerstudiofree.com |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fortnite Pointer", "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "all_frames": true, "js": [ "content.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_start" } ], "background": { "scripts": [ "background.js" ] }, "description": "Install Fortnite cursors pointers for Chrome browser.", "icons": { "128": "img\/icon128.png", "48": "img\/icon48.png", "16": "img\/icon16.png" }, "manifest_version": 2, "permissions": [ "storage", "cookies", "https:\/\/gamerstudiofree.com\/", "http:\/\/gamerstudiofree.com\/" ], "version": "1.0.12.12", "web_accessible_resources": [ "cur\/*.*" ] } |