Cursor Helper - Custom Cursor

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

Co je Cursor Helper - Custom Cursor?

Cursor Helper - Custom Cursor je rozšíření Chrome vyvinuté blifeteam450, a jeho hlavní funkcí je „Get free Mouse pointer icon designs and styles for the web. Fun custom cursor helper.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Cursor Helper - Custom Cursor

Stáhněte si soubory rozšíření Cursor Helper - Custom Cursor ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Cursor Helper - Custom Cursor Cursor Helper - Custom Cursor
ID bogabmgabnjabjbiggmfkdocbjgackfo
Oficiální URL https://chromewebstore.google.com/detail/cursor-helper-custom-curs/bogabmgabnjabjbiggmfkdocbjgackfo
Popis Get free Mouse pointer icon designs and styles for the web. Fun custom cursor helper.
Velikost souboru 2.45 MB
Počet instalací 1,000,000
Aktuální Verze 3.5.9
Poslední Aktualizace 2024-02-22
Datum Vydání 2022-11-15
Hodnocení 4.45/5 Celkem 2845 Hodnocení
Vývojář blifeteam450
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://custom-cursor.com/
URL Stránky Nápovědy https://custom-cursor.com/en/support
URL Stránky Zásad Ochrany Soukromí https://mystickermania.com/privacy-policy
Podporované Jazyky 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"
            ]
        }
    ]
}