Wii Cursor

Your idle cursor on websites is now the Wii pointer finger!

什么是Wii Cursor?

Wii Cursor是由wicorn29开发的Chrome扩展程序,该扩展的主要功能是“Your idle cursor on websites is now the Wii pointer finger!”。

扩展截图

screenshot

下载Wii Cursor扩展crx文件

下载Wii Cursor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Your cursor on websites is now the WII pointer finger! 

NEW Settings menu! Access it by clicking on the extension and selecting "Options"

This will not work on websites that start with "chrome://" OR the chrome web store. Before leaving a bad review, refresh the page to finalize the cursor installation. This cursor will not work on the new tap page also.                    

扩展基本信息

名称 Wii Cursor Wii Cursor
ID odaobncjnfafjfbgajjnjmfnpigpnjdh
官方URL https://chromewebstore.google.com/detail/wii-cursor/odaobncjnfafjfbgajjnjmfnpigpnjdh
简介 Your idle cursor on websites is now the Wii pointer finger!
文件大小 2.05 MB
安装次数 295
当前版本 4.0.0
更新时间 2024-01-12
上架时间 2023-04-03
评分 2.00/5 共6次评分
开发者 wicorn29
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Wii Cursor",
    "version": "4.0.0",
    "description": "Your idle cursor on websites is now the Wii pointer finger!",
    "icons": {
        "16": "icons\/main16.png",
        "48": "icons\/main48.png",
        "128": "icons\/main.png"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "background.css"
            ]
        }
    ],
    "permissions": []
}