Custom Cursors

Replace the old boring cursor with a new one or load your own.

O que é Custom Cursors?

Custom Cursors é uma extensão do Chrome desenvolvida por vstin92, e sua principal característica é "Replace the old boring cursor with a new one or load your own.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Custom Cursors

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

                        Our super cool extension is Custom Cursors. We have collected many useful functions in it.  With Custom Cursors you can change the color of your cursor to whatever you want.  We have collected a bunch of different colors into one palette.  With one click of a button, you can do it.  We are sure you will enjoy using Custom Cursors.  Our product was made in order to diversify the dull work with gadgets.  This is a high quality extension, and most importantly, it is completely free.  Join the people who have already downloaded Custom Cursors and enjoy using it.                    

Informações Básicas da Extensão

Nome Custom Cursors Custom Cursors
ID ialjkcfpkdoimdhnfhblcipaocipoiic
URL Oficial https://chrome.google.com/webstore/detail/custom-cursors/ialjkcfpkdoimdhnfhblcipaocipoiic
Descrição Replace the old boring cursor with a new one or load your own.
Tamanho do Arquivo 5.8 MB
Contagem de Instalações 10,000
Versão Atual 1.5
Última Atualização 2022-01-27
Data de Publicação 2021-05-11
Classificação 3.36/5 Total de 22 Avaliações
Desenvolvedor vstin92
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "Replace the old boring cursor with a new one or load your own.",
    "version": "1.5",
    "default_locale": "en",
    "background": {
        "scripts": [
            "ultima.js",
            "bkg.js",
            "for_back.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Cute Pointers",
        "default_icon": {
            "128": "faragora.png"
        },
        "default_popup": "someAnother.html"
    },
    "icons": {
        "128": "faragora.png"
    },
    "content_scripts": [
        {
            "js": [
                "some-front-fourth.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs",
        ""
    ],
    "options_page": "someFront.html",
    "web_accessible_resources": [
        "scripts\/*.js",
        "data\/*.js",
        "*.svg"
    ]
}