Cool Cursors - Custom Cursor for Chrome

Customize your experience of using the Chrome browser with cool free mouse cursors.

O que é Cool Cursors - Custom Cursor for Chrome?

Cool Cursors - Custom Cursor for Chrome é uma extensão do Chrome desenvolvida por coolcursorsproject, e sua principal característica é "Customize your experience of using the Chrome browser with cool free mouse cursors.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Cool Cursors - Custom Cursor for Chrome

Baixe arquivos de extensão Cool Cursors - Custom Cursor for Chrome 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

                        36 cursors for your choice.
Just click on the cursor you like and it will replace the default cursor :)

You can resize the cursor of your choice from 32x32 to 128x128px.

-------------------
! 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 Cool Cursors - Custom Cursor for Chrome Cool Cursors - Custom Cursor for Chrome
ID lkfenbemiijadblhlgikkdibckpjaacc
URL Oficial https://chromewebstore.google.com/detail/cool-cursors-custom-curso/lkfenbemiijadblhlgikkdibckpjaacc
Descrição Customize your experience of using the Chrome browser with cool free mouse cursors.
Tamanho do Arquivo 1.06 MB
Contagem de Instalações 20,000
Versão Atual 2.0.1
Última Atualização 2022-10-21
Data de Publicação 2020-12-09
Classificação 4.54/5 Total de 191 Avaliações
Desenvolvedor coolcursorsproject
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://docs.google.com/document/d/16uLmdhKC16r6WpaWnuHxUqcaERPNmAbAb0lcwXu6qUs/edit?usp=sharing
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Cool Cursors - Custom Cursor for Chrome",
    "description": "Customize your experience of using the Chrome browser with cool free mouse cursors.",
    "version": "2.0.1",
    "icons": {
        "32": "logo\/logo_32.png",
        "64": "logo\/logo_64.png",
        "128": "logo\/logo_128.png"
    },
    "action": {
        "default_icon": "logo\/logo_32.png",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "sw.js"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "tabs",
        "scripting"
    ]
}