Mine-Craft Cursors

Replaces the standard mouse cursor.

¿Qué es Mine-Craft Cursors?

Mine-Craft Cursors es una extensión de Chrome desarrollada por minecursorsproject, y su función principal es "Replaces the standard mouse cursor.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Mine-Craft Cursors

Descarga archivos de extensión Mine-Craft Cursors en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.
-------------------                    

Información Básica de la Extensión

Nombre Mine-Craft Cursors Mine-Craft Cursors
ID hfphbjkpbdaagnfbdalaokgbelecjhpo
URL Oficial https://chrome.google.com/webstore/detail/mine-craft-cursors/hfphbjkpbdaagnfbdalaokgbelecjhpo
Descripción Replaces the standard mouse cursor.
Tamaño del Archivo 256 KB
Cantidad de Instalaciones 10,000
Versión Actual 1.0.0
Última Actualización 2020-12-13
Fecha de Publicación 2020-12-13
Calificación 4.05/5 Total de 65 Calificaciones
Desarrollador minecursorsproject
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://coolcursors.store/mc/privacy
Idiomas Soportados 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",
        "*:\/\/*\/*"
    ]
}