Wii Cursor

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

Vad är Wii Cursor?

Wii Cursor är en Chrome-tillägg utvecklad av wicorn29, och dess huvudfunktion är "Your idle cursor on websites is now the Wii pointer finger!".

Tilläggsskärmbilder

screenshot

Ladda ner Wii Cursor-förlängningens CRX-fil

Ladda ner Wii Cursor-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Wii Cursor Wii Cursor
ID odaobncjnfafjfbgajjnjmfnpigpnjdh
Officiell webbadress https://chromewebstore.google.com/detail/wii-cursor/odaobncjnfafjfbgajjnjmfnpigpnjdh
Beskrivning Your idle cursor on websites is now the Wii pointer finger!
Filstorlek 2.05 MB
Antal Installationer 295
Aktuell Version 4.0.0
Senast Uppdaterad 2024-01-12
Publiceringsdatum 2023-04-03
Betyg 2.00/5 Totalt 6 Betyg
Utvecklare wicorn29
E-post [email protected]
Betalningssätt free
Stödda Språk 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": []
}