Wii Cursor

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

Hvad er Wii Cursor?

Wii Cursor er en Chrome-udvidelse udviklet af wicorn29, og dens hovedfunktion er "Your idle cursor on websites is now the Wii pointer finger!".

Udvidelsesskærmbilleder

screenshot

Download Wii Cursor-udvidelses-CRX-fil

Download Wii Cursor-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Wii Cursor Wii Cursor
ID odaobncjnfafjfbgajjnjmfnpigpnjdh
Officiel URL https://chromewebstore.google.com/detail/wii-cursor/odaobncjnfafjfbgajjnjmfnpigpnjdh
Beskrivelse Your idle cursor on websites is now the Wii pointer finger!
Filstørrelse 2.05 MB
Antal Installationer 295
Nuværende Version 4.0.0
Senest Opdateret 2024-01-12
Udgivelsesdato 2023-04-03
Bedømmelse 2.00/5 Samlet 6 Bedømmelser
Udvikler wicorn29
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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": []
}