Wii Cursor

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

O que é Wii Cursor?

Wii Cursor é uma extensão do Chrome desenvolvida por wicorn29, e sua principal característica é "Your idle cursor on websites is now the Wii pointer finger!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Wii Cursor

Baixe arquivos de extensão Wii Cursor no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Wii Cursor Wii Cursor
ID odaobncjnfafjfbgajjnjmfnpigpnjdh
URL Oficial https://chromewebstore.google.com/detail/wii-cursor/odaobncjnfafjfbgajjnjmfnpigpnjdh
Descrição Your idle cursor on websites is now the Wii pointer finger!
Tamanho do Arquivo 2.05 MB
Contagem de Instalações 295
Versão Atual 4.0.0
Última Atualização 2024-01-12
Data de Publicação 2023-04-03
Classificação 2.00/5 Total de 6 Avaliações
Desenvolvedor wicorn29
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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": []
}