Custom Cursors

Now you can change the cursor at least every day.

O que é Custom Cursors?

Custom Cursors é uma extensão do Chrome desenvolvida por ivanivanov19296, e sua principal característica é "Now you can change the cursor at least every day.".

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

                        To your attention the best product with a huge collection of bright cursors - Custom Cursors. Your browser will be completely different when you use our new extension. You can load any cursor or use the cursors that are already waiting for you in Custom Cursors. In your browser, you customize everything as you wish. All custom cursors are completely free and easy to use. Enjoy your time in a vibrant browser thanks to Custom Cursors. With one mouse click, go to the Custom Cursors installation and start using it with pleasure.                    

Informações Básicas da Extensão

Nome Custom Cursors Custom Cursors
ID mfepaiehnddlfljcnjlajpkgfldjbinh
URL Oficial https://chrome.google.com/webstore/detail/custom-cursors/mfepaiehnddlfljcnjlajpkgfldjbinh
Descrição Now you can change the cursor at least every day.
Tamanho do Arquivo 5.84 MB
Contagem de Instalações 6,000
Versão Atual 1.3
Última Atualização 2021-10-07
Data de Publicação 2021-04-14
Classificação 1.36/5 Total de 11 Avaliações
Desenvolvedor ivanivanov19296
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "Now you can change the cursor at least every day.",
    "version": "1.3",
    "default_locale": "en",
    "background": {
        "scripts": [
            "bg\/scripts\/classes\/CursorManager.js",
            "bg\/scripts\/defaultCursorsSettings.js",
            "bg\/scripts\/main.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Cute Pointers",
        "default_icon": {
            "128": "extIcon.png"
        },
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "128": "extIcon.png"
    },
    "content_scripts": [
        {
            "js": [
                "content\/scripts\/content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        ""
    ],
    "options_page": "extensionPages\/uploading\/uploading.html",
    "web_accessible_resources": [
        "content\/scripts\/*.js"
    ]
}