Wii Cursor

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

Was ist Wii Cursor?

Wii Cursor ist eine Chrome-Erweiterung, die von wicorn29 entwickelt wurde, und ihr Hauptmerkmal ist "Your idle cursor on websites is now the Wii pointer finger!".

Erweiterungsscreenshots

screenshot

Wii Cursor-Erweiterungs-CRX-Datei herunterladen

Laden Sie Wii Cursor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Wii Cursor Wii Cursor
ID odaobncjnfafjfbgajjnjmfnpigpnjdh
Offizielle URL https://chromewebstore.google.com/detail/wii-cursor/odaobncjnfafjfbgajjnjmfnpigpnjdh
Beschreibung Your idle cursor on websites is now the Wii pointer finger!
Dateigröße 2.05 MB
Installationsanzahl 295
Aktuelle Version 4.0.0
Letztes Update 2024-01-12
Veröffentlichungsdatum 2023-04-03
Bewertung 2.00/5 Insgesamt 6 Bewertungen
Entwickler wicorn29
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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": []
}