Wii Cursor

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

Co je Wii Cursor?

Wii Cursor je rozšíření Chrome vyvinuté wicorn29, a jeho hlavní funkcí je „Your idle cursor on websites is now the Wii pointer finger!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Wii Cursor

Stáhněte si soubory rozšíření Wii Cursor ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Wii Cursor Wii Cursor
ID odaobncjnfafjfbgajjnjmfnpigpnjdh
Oficiální URL https://chromewebstore.google.com/detail/wii-cursor/odaobncjnfafjfbgajjnjmfnpigpnjdh
Popis Your idle cursor on websites is now the Wii pointer finger!
Velikost souboru 2.05 MB
Počet instalací 295
Aktuální Verze 4.0.0
Poslední Aktualizace 2024-01-12
Datum Vydání 2023-04-03
Hodnocení 2.00/5 Celkem 6 Hodnocení
Vývojář wicorn29
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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": []
}