Wii Cursor

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

What is Wii Cursor?

Wii Cursor is a Chrome extension developed by wicorn29, and its main feature is "Your idle cursor on websites is now the Wii pointer finger!".

Extension Screenshots

screenshot

Download Wii Cursor Extension CRX File

Download Wii Cursor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Wii Cursor Wii Cursor
ID odaobncjnfafjfbgajjnjmfnpigpnjdh
Official URL https://chromewebstore.google.com/detail/wii-cursor/odaobncjnfafjfbgajjnjmfnpigpnjdh
Description Your idle cursor on websites is now the Wii pointer finger!
File Size 2.05 MB
Installation Count 295
Current Version 4.0.0
Last Updated 2024-01-12
Publish Date 2023-04-03
Rating 2.00/5 Total 6 Ratings
Developer wicorn29
Email [email protected]
Payment Type free
Supported Languages 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": []
}