Wii Cursor

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

Cos'è Wii Cursor?

Wii Cursor è un'estensione di Chrome sviluppata da wicorn29, e la sua funzione principale è "Your idle cursor on websites is now the Wii pointer finger!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Wii Cursor

Scarica i file di estensione Wii Cursor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Wii Cursor Wii Cursor
ID odaobncjnfafjfbgajjnjmfnpigpnjdh
URL Ufficiale https://chromewebstore.google.com/detail/wii-cursor/odaobncjnfafjfbgajjnjmfnpigpnjdh
Descrizione Your idle cursor on websites is now the Wii pointer finger!
Dimensione del File 2.05 MB
Conteggio Installazioni 295
Versione Corrente 4.0.0
Ultimo Aggiornamento 2024-01-12
Data di Pubblicazione 2023-04-03
Valutazione 2.00/5 Totale 6 Valutazioni
Sviluppatore wicorn29
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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": []
}