Cursor Helper - Custom Cursor

Get free Mouse pointer icon designs and styles for the web. Fun custom cursor helper.

O que é Cursor Helper - Custom Cursor?

Cursor Helper - Custom Cursor é uma extensão do Chrome desenvolvida por blifeteam450, e sua principal característica é "Get free Mouse pointer icon designs and styles for the web. Fun custom cursor helper.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Cursor Helper - Custom Cursor

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

                        Cursor Helper - an extension for anyone who wants to change the default mouse pointer to a custom one. 

We have many collections that you can add and change at any time. 
We create up-to-date and up-to-date publications for our users, which can cover any interest.

Cursor Helper is a browser extension that is intended to help users that want to get Custom Cursor unblocked. Custom Cursor was never blocked on purpose to limit some users from getting the extension, and now with Cursor Helper you can Unblock Custom Cursor and use it with the official website. 

The app itself is identical to the official Custom Cursor and contains all the content features is has, but if you got your Custom Cursor blocked you can now use Cursor Helper to unblock Custom Cursor for Chrome by downloading and installing this extension and get the exact copy of the original cursors.

Currently, Custom Cursor and also Cursor Helper has over 10000+ custom cursor packs that you can enjoy and install cursors unblocked. We have Among Us custom cursors, meme cursors like pop cat, cute cursors free to install, a beautiful collection of neon cursors, holidays and Christmas cursors, and all this in Cursor Helper – unblocked custom cursors.

If the Custom Cursor extension is blocked for you – try its unblocked version Cursor Helper.                    

Informações Básicas da Extensão

Nome Cursor Helper - Custom Cursor Cursor Helper - Custom Cursor
ID bogabmgabnjabjbiggmfkdocbjgackfo
URL Oficial https://chromewebstore.google.com/detail/cursor-helper-custom-curs/bogabmgabnjabjbiggmfkdocbjgackfo
Descrição Get free Mouse pointer icon designs and styles for the web. Fun custom cursor helper.
Tamanho do Arquivo 2.45 MB
Contagem de Instalações 1,000,000
Versão Atual 3.5.9
Última Atualização 2024-02-22
Data de Publicação 2022-11-15
Classificação 4.45/5 Total de 2845 Avaliações
Desenvolvedor blifeteam450
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://custom-cursor.com/
URL da Página de Ajuda https://custom-cursor.com/en/support
URL da Página de Política de Privacidade https://mystickermania.com/privacy-policy
Idiomas Suportados id,ms,de,en,en-GB,en-US,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pt-BR,pt-PT,ro,sk,sl,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "action": {
        "default_icon": {
            "128": "\/assets\/icons\/icon128.png",
            "256": "\/assets\/icons\/icon256.png",
            "32": "\/assets\/icons\/icon32.png"
        },
        "default_popup": "index.html",
        "default_title": "Custom Cursor Helper"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "isolated_world": "script-src 'self' 'unsafe-eval'; object-src 'self'"
    },
    "default_locale": "en",
    "description": "__MSG_app_description__",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.custom-cursor.com\/*",
            "*:\/\/*.custom-cursor-helper.com\/*",
            "*:\/\/*.cursor-helper.com\/*"
        ]
    },
    "host_permissions": [
        "*:\/\/*\/*",
        ""
    ],
    "icons": {
        "128": "\/assets\/icons\/icon128.png",
        "256": "\/assets\/icons\/icon256.png",
        "32": "\/assets\/icons\/icon32.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhwrCu4dwyU1GWGAxvLRjT0F1aN3pNcBii1q\/s1ausO+dLULAbU+CwvVX1gmwviTWIJ0v2VOsdWE8SPGl\/B8r9Aink+rvGizyF6iNaan42fkVFMR18kyVfIW8teGeArj8f8ISZktzJUswQ1H276HOFB9eca0vx1bMUPyXrfRXYsojQ3jQMJ099PeCbbcB99RHANso9GEC5ABIyb6z9nyjsE9gejnE1zfuDULBotY1wtM3XRnKFYUUVQ1l78nQHI8nGzIVTK2vyxWx3MM9gVmr7l0Uf+BKpbYYoqHNSP032AnQGfQBYxGyvFZRuo4Tx469LQqKhwZWgFqIV2S9Na5byQIDAQAB",
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "options_page": "options.html",
    "permissions": [
        "scripting",
        "storage",
        "unlimitedStorage",
        "notifications",
        "alarms"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.5.9",
    "version_name": "3.5.9",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "assets\/*.*",
                "libs\/*.*",
                "content.js"
            ]
        }
    ]
}