Minecraft Cursors HD

Replace your cursor with Minecraft icon via Minecraft Cursors HD extension

Τι είναι το Minecraft Cursors HD;

Το Minecraft Cursors HD είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Minecraft Cursors HD, και η κύρια λειτουργία του είναι "Replace your cursor with Minecraft icon via Minecraft Cursors HD extension".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Minecraft Cursors HD

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

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

                        Introducing the Minecraft Custom Cursor for Chrome browser – a sleek extension that transforms your standard mouse pointer into a Minecraft-themed icon or design. Crafted by passionate Minecraft enthusiasts, this extension is dedicated to enhancing your web browsing experience.

Elevate your web adventures with this custom Minecraft mouse cursor, suitable for users of all ages. Here's what it offers:

Features:
- Choose from an extensive cursor library, featuring various collections and sets.
- Adjust the cursor size to your preference.
- Swap out the cursor icon for your favorite Minecraft theme.
- Enjoy your new custom mouse pointer across webpages.

This theme is tailored exclusively for customizing your Google Chrome browser. Transform your browsing interface effortlessly with the Minecraft Cursor Set, adding a burst of color, fun, and simplicity for all users. Make your mouse pointer uniquely Minecraft with just a few clicks.

Installing Minecraft Custom Cursor for Chrome from the Chrome Web Store:

1. Launch the Chrome Web Store.

2. Search for and select the Minecraft cursor extension.

3. Click "Add to Chrome." Some extensions may require specific permissions or data access, which you can approve by clicking "Add extension." To activate the extension, simply click the icon located to the right of your address bar.                    

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

Όνομα Minecraft Cursors HD Minecraft Cursors HD
ID mgpedkeohfnpfomgcaabgcajnoniobpe
Επίσημο URL https://chromewebstore.google.com/detail/minecraft-cursors-hd/mgpedkeohfnpfomgcaabgcajnoniobpe
Περιγραφή Replace your cursor with Minecraft icon via Minecraft Cursors HD extension
Μέγεθος Αρχείου 69.23 KB
Αριθμός Εγκαταστάσεων 94,747
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2023-10-03
Ημερομηνία Δημοσίευσης 2023-10-02
Αξιολόγηση 4.76/5 Συνολικά 29 Αξιολογήσεις
Προγραμματιστής Minecraft Cursors HD
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://docs.google.com/document/d/1RuBVj-jF8rT8EYPQqc3YbGOoQUZQA7Db8sKefRjA1Vc/edit?usp=sharing
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.1",
    "manifest_version": 3,
    "icons": {
        "16": ".\/assets\/icons\/16.png",
        "24": ".\/assets\/icons\/24.png",
        "32": ".\/assets\/icons\/32.png",
        "48": ".\/assets\/icons\/48.png",
        "128": ".\/assets\/icons\/128.png"
    },
    "action": {
        "default_icon": ".\/assets\/icons\/32.png",
        "default_title": "__MSG_defTitle__",
        "default_popup": ".\/popup\/popup.html"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs",
        "scripting",
        "declarativeNetRequest",
        "gcm"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rules_network",
                "enabled": true,
                "path": "rules_network.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/init.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}