CUTE WALL-E
Wanted a cute mouse cursor instead of regular one? Our extension will solve your problem! The CUTE WALL-E cursor is a very simple…
什麼是CUTE WALL-E?
CUTE WALL-E是由Paramon exct開發的Chrome擴展程式,該擴展的主要功能是“Wanted a cute mouse cursor instead of regular one? Our extension will solve your problem! The CUTE WALL-E cursor is a very simple…”。
擴展截圖
下載CUTE WALL-E擴展crx文件
下載CUTE WALL-E擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Wanted a cute mouse cursor instead of regular one? Our extension will solve your problem! The CUTE WALL-E cursor is a very simple extension for which nothing needs to be configured. It will change your cursor to the one from the WALL-E cartoon. Brighten up your day and enjoy it
擴展基本資訊
名稱 | CUTE WALL-E |
ID | ccnlabknkigbdflncffhbhbegohbodng |
官方網址 | https://chromewebstore.google.com/detail/cute-wall-e/ccnlabknkigbdflncffhbhbegohbodng |
簡介 | Wanted a cute mouse cursor instead of regular one? Our extension will solve your problem! The CUTE WALL-E cursor is a very simple… |
檔案大小 | 33.5 KB |
安裝次數 | 16 |
目前版本 | 0.0.1 |
更新時間 | 2022-04-22 |
上架時間 | 2022-04-21 |
評分 | 5.00/5 共 26 次評分 |
開發者 | Paramon exct |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://www.writeurl.com/publish/bfexen7u7r6an3scoaii |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": { "128": "assets\/icons\/logo128.png", "32": "assets\/icons\/logo32.png", "16": "assets\/icons\/logo16.png" } }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "all_frames": false, "js": [ "app.js" ], "matches": [ "*:\/\/*\/*" ] } ], "content_security_policy": { "isolated_world": "script-src 'self' 'unsafe-eval'; object-src 'self'" }, "default_locale": "en", "host_permissions": [ "*:\/\/*\/*" ], "icons": { "128": "assets\/icons\/logo128.png", "32": "assets\/icons\/logo32.png", "16": "assets\/icons\/logo16.png" }, "manifest_version": 3, "name": "CUTE WALL-E", "permissions": [ "storage" ], "version": "0.0.1", "web_accessible_resources": [ { "matches": [ "*:\/\/*\/*" ], "resources": [ "assets\/*.*" ] } ] } |