Cursor Helper - Custom Cursor

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

Wat is Cursor Helper - Custom Cursor?

Cursor Helper - Custom Cursor is een Chrome-extensie ontwikkeld door blifeteam450, en de belangrijkste functie is "Get free Mouse pointer icon designs and styles for the web. Fun custom cursor helper.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Cursor Helper - Custom Cursor

Download Cursor Helper - Custom Cursor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Cursor Helper - Custom Cursor Cursor Helper - Custom Cursor
ID bogabmgabnjabjbiggmfkdocbjgackfo
Officiële URL https://chromewebstore.google.com/detail/cursor-helper-custom-curs/bogabmgabnjabjbiggmfkdocbjgackfo
Beschrijving Get free Mouse pointer icon designs and styles for the web. Fun custom cursor helper.
Bestandsgrootte 2.45 MB
Aantal Installaties 1,000,000
Huidige Versie 3.5.9
Laatst Bijgewerkt 2024-02-22
Publicatiedatum 2022-11-15
Beoordeling 4.45/5 Totaal 2845 Beoordelingen
Ontwikkelaar blifeteam450
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://custom-cursor.com/
Help Pagina-URL https://custom-cursor.com/en/support
URL van de Privacybeleid Pagina https://mystickermania.com/privacy-policy
Ondersteunde Talen 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"
            ]
        }
    ]
}