Cursor Extension

Get a new cursor for your browser!

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

Το Cursor Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον saheenfr2002, και η κύρια λειτουργία του είναι "Get a new cursor for your browser!".

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

screenshot

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

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

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

                        Tired of your old default cursor? Download this extension to modify your boring cursor to something incredibly cool!                    

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

Όνομα Cursor Extension Cursor Extension
ID ahgegdapchdililmnapdklnlnhdjngaj
Επίσημο URL https://chromewebstore.google.com/detail/cursor-extension/ahgegdapchdililmnapdklnlnhdjngaj
Περιγραφή Get a new cursor for your browser!
Μέγεθος Αρχείου 12.35 MB
Αριθμός Εγκαταστάσεων 46
Τρέχουσα Έκδοση 0.1.1
Τελευταία Ενημέρωση 2022-11-20
Ημερομηνία Δημοσίευσης 2022-11-19
Προγραμματιστής saheenfr2002
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cursor Extension",
    "description": "Get a new cursor for your browser!",
    "version": "0.1.1",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "background": {
        "service_workers": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "cursorImages\/res\/pink.png"
    }
}