Amazing cursors

Replaces the standard mouse cursor in the browser.

O que é Amazing cursors?

Amazing cursors é uma extensão do Chrome desenvolvida por harrycursors, e sua principal característica é "Replaces the standard mouse cursor in the browser.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Amazing cursors

Baixe arquivos de extensão Amazing 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

                        More than 150 amazing and varied cursors that will help you spend time on the Internet a little more diverse. If you’re tired of the standard cursor, just download our cursor pack and choose what you like, and because we have a huge selection, everyone will be able to choose exactly what he likes.
****
In order to set the cursor, simply click on the marshmallow icon that appears after installing this extension and select exactly what you liked, if you want to return the standard cursor, just click the default cursors button and the original image of the mouse will return.
****
Note:
These cursors do not work on the Google homepage and in the Google Chrome store. Just open another tab and your cursor will be activated. If you were on some tab and selected the cursor, but it has not changed, just refresh the page and it will work.
****
Please share this pack of cursors with your friends and rate our quality.
****




cursors
cursors for minecraft 
cursors for dota 2
cursors for pubg 
cursors for fortnite 
cursors for fortnite                    

Informações Básicas da Extensão

Nome Amazing cursors Amazing cursors
ID ahmkachknhnpcjeopokinafmcnpkjgce
URL Oficial https://chrome.google.com/webstore/detail/amazing-cursors/ahmkachknhnpcjeopokinafmcnpkjgce
Descrição Replaces the standard mouse cursor in the browser.
Tamanho do Arquivo 334 KB
Contagem de Instalações 357
Versão Atual 1.2.2
Última Atualização 2021-04-21
Data de Publicação 2021-04-21
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor harrycursors
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amazing cursors",
    "description": "Replaces the standard mouse cursor in the browser.",
    "version": "1.2.2",
    "browser_action": {
        "default_title": "Click to open Amazing cursors",
        "default_icon": {
            "128": "img\/icon.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "app.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        ""
    ],
    "web_accessible_resources": [
        "cursors\/pack1\/*.*",
        "cursors\/pack2\/*.*"
    ]
}