Wii Cursor

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

¿Qué es Wii Cursor?

Wii Cursor es una extensión de Chrome desarrollada por wicorn29, y su función principal es "Your idle cursor on websites is now the Wii pointer finger!".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Wii Cursor

Descarga archivos de extensión Wii Cursor en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Wii Cursor Wii Cursor
ID odaobncjnfafjfbgajjnjmfnpigpnjdh
URL Oficial https://chromewebstore.google.com/detail/wii-cursor/odaobncjnfafjfbgajjnjmfnpigpnjdh
Descripción Your idle cursor on websites is now the Wii pointer finger!
Tamaño del Archivo 2.05 MB
Cantidad de Instalaciones 295
Versión Actual 4.0.0
Última Actualización 2024-01-12
Fecha de Publicación 2023-04-03
Calificación 2.00/5 Total de 6 Calificaciones
Desarrollador wicorn29
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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": []
}