Wii Cursor

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

Wat is Wii Cursor?

Wii Cursor is een Chrome-extensie ontwikkeld door wicorn29, en de belangrijkste functie is "Your idle cursor on websites is now the Wii pointer finger!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Wii Cursor

Download Wii Cursor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Wii Cursor Wii Cursor
ID odaobncjnfafjfbgajjnjmfnpigpnjdh
Officiële URL https://chromewebstore.google.com/detail/wii-cursor/odaobncjnfafjfbgajjnjmfnpigpnjdh
Beschrijving Your idle cursor on websites is now the Wii pointer finger!
Bestandsgrootte 2.05 MB
Aantal Installaties 295
Huidige Versie 4.0.0
Laatst Bijgewerkt 2024-01-12
Publicatiedatum 2023-04-03
Beoordeling 2.00/5 Totaal 6 Beoordelingen
Ontwikkelaar wicorn29
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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": []
}