Wii Cursor

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

Qu'est-ce que Wii Cursor ?

Wii Cursor est une extension Chrome développée par wicorn29, et sa fonction principale est "Your idle cursor on websites is now the Wii pointer finger!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Wii Cursor

Téléchargez les fichiers d'extension Wii Cursor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Wii Cursor Wii Cursor
ID odaobncjnfafjfbgajjnjmfnpigpnjdh
URL Officiel https://chromewebstore.google.com/detail/wii-cursor/odaobncjnfafjfbgajjnjmfnpigpnjdh
Description Your idle cursor on websites is now the Wii pointer finger!
Taille du Fichier 2.05 MB
Nombre d'Installations 295
Version Actuelle 4.0.0
Dernière Mise à Jour 2024-01-12
Date de Publication 2023-04-03
Évaluation 2.00/5 Total 6 Évaluations
Développeur wicorn29
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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": []
}