Mine-Craft Cursors

Replaces the standard mouse cursor.

O que é Mine-Craft Cursors?

Mine-Craft Cursors é uma extensão do Chrome desenvolvida por minecursorsproject, e sua principal característica é "Replaces the standard mouse cursor.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Mine-Craft Cursors

Baixe arquivos de extensão Mine-Craft Cursors no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Mine-Craft Cursors Mine-Craft Cursors
ID hfphbjkpbdaagnfbdalaokgbelecjhpo
URL Oficial https://chrome.google.com/webstore/detail/mine-craft-cursors/hfphbjkpbdaagnfbdalaokgbelecjhpo
Descrição Replaces the standard mouse cursor.
Tamanho do Arquivo 256 KB
Contagem de Instalações 10,000
Versão Atual 1.0.0
Última Atualização 2020-12-13
Data de Publicação 2020-12-13
Classificação 4.05/5 Total de 65 Avaliações
Desenvolvedor minecursorsproject
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://coolcursors.store/mc/privacy
Idiomas Suportados 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",
        "*:\/\/*\/*"
    ]
}