Wild life mouse cursors
Spice up your browsing with fun cursors.
什麼是Wild life mouse cursors?
Wild life mouse cursors是由https://appdepot.xyz開發的Chrome擴展程式,該擴展的主要功能是“Spice up your browsing with fun cursors.”。
擴展截圖
下載Wild life mouse cursors擴展crx文件
下載Wild life mouse cursors擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Change your mouse cursor for a wild life mouse cursor. To change cursor, click on the cursor icon situated on top right corner of Chrome. You can at anytime get back your original cursor by clicking on the link at the bottom of the cursors list. --- Note that your cursor will be change only when browsing the web with Chrome.
擴展基本資訊
名稱 | |
ID | hfmndnjipdepgchjiihkdilgilgfgckf |
官方網址 | https://chromewebstore.google.com/detail/wild-life-mouse-cursors/hfmndnjipdepgchjiihkdilgilgfgckf |
簡介 | Spice up your browsing with fun cursors. |
檔案大小 | 68.81 KB |
安裝次數 | 416 |
目前版本 | 3.0.0 |
更新時間 | 2022-10-24 |
上架時間 | 2022-10-24 |
評分 | 3.38/5 共 8 次評分 |
開發者 | https://appdepot.xyz |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | de,en,fr,es,it,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": "icon_128.png", "default_popup": "popup.html", "default_title": "Wild life" }, "background": { "service_worker": "sw.js" }, "content_scripts": [ { "js": [ "cursors.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ], "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "icons": { "128": "icon_128.png" }, "manifest_version": 3, "permissions": [ "tabs", "storage", "scripting" ], "host_permissions": [ " |