Wii Cursor

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

Co to jest Wii Cursor?

Wii Cursor to rozszerzenie Chrome opracowane przez wicorn29, a jego główną funkcją jest „Your idle cursor on websites is now the Wii pointer finger!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Wii Cursor

Pobierz pliki rozszerzeń Wii Cursor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Wii Cursor Wii Cursor
ID odaobncjnfafjfbgajjnjmfnpigpnjdh
Oficjalny URL https://chromewebstore.google.com/detail/wii-cursor/odaobncjnfafjfbgajjnjmfnpigpnjdh
Opis Your idle cursor on websites is now the Wii pointer finger!
Rozmiar pliku 2.05 MB
Liczba instalacji 295
Aktualna Wersja 4.0.0
Ostatnia Aktualizacja 2024-01-12
Data Publikacji 2023-04-03
Ocena 2.00/5 Łącznie 6 Oceny
Deweloper wicorn29
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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": []
}