Wii Cursor

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

Τι είναι το Wii Cursor;

Το Wii Cursor είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον wicorn29, και η κύρια λειτουργία του είναι "Your idle cursor on websites is now the Wii pointer finger!".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Wii Cursor

Λήψη αρχείων επέκτασης Wii Cursor σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Wii Cursor Wii Cursor
ID odaobncjnfafjfbgajjnjmfnpigpnjdh
Επίσημο URL https://chromewebstore.google.com/detail/wii-cursor/odaobncjnfafjfbgajjnjmfnpigpnjdh
Περιγραφή Your idle cursor on websites is now the Wii pointer finger!
Μέγεθος Αρχείου 2.05 MB
Αριθμός Εγκαταστάσεων 295
Τρέχουσα Έκδοση 4.0.0
Τελευταία Ενημέρωση 2024-01-12
Ημερομηνία Δημοσίευσης 2023-04-03
Αξιολόγηση 2.00/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής wicorn29
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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": []
}