Mine-Craft Cursors

Replaces the standard mouse cursor.

Was ist Mine-Craft Cursors?

Mine-Craft Cursors ist eine Chrome-Erweiterung, die von minecursorsproject entwickelt wurde, und ihr Hauptmerkmal ist "Replaces the standard mouse cursor.".

Erweiterungsscreenshots

screenshot
screenshot

Mine-Craft Cursors-Erweiterungs-CRX-Datei herunterladen

Laden Sie Mine-Craft Cursors-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        9 Minecraft cursors, choose your own cursor style.
Just click on the cursor you like and it will replace the default cursor :)

You can resize the cursor of your choice from 16x16 to 128x128 pixels.

-------------------
! After installing this extension, refresh the previously opened tab if you want to use it on this page.

! According to the rules of the Chrome Web Store extension can not work on the store pages and home page.
Please open any other website (for example, google.com) after installing this extension and check how the extension will work on it.
-------------------                    

Grundlegende Informationen zur Erweiterung

Name Mine-Craft Cursors Mine-Craft Cursors
ID hfphbjkpbdaagnfbdalaokgbelecjhpo
Offizielle URL https://chrome.google.com/webstore/detail/mine-craft-cursors/hfphbjkpbdaagnfbdalaokgbelecjhpo
Beschreibung Replaces the standard mouse cursor.
Dateigröße 256 KB
Installationsanzahl 10,000
Aktuelle Version 1.0.0
Letztes Update 2020-12-13
Veröffentlichungsdatum 2020-12-13
Bewertung 4.05/5 Insgesamt 65 Bewertungen
Entwickler minecursorsproject
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://coolcursors.store/mc/privacy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mine-Craft Cursors",
    "description": "Replaces the standard mouse cursor.",
    "version": "1.0.0",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/icon.png"
    },
    "background": {
        "scripts": [
            "background_s.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content_s.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "*:\/\/*\/*"
    ]
}