Cursor Helper - Custom Cursor

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

Что такое Cursor Helper - Custom Cursor?

Cursor Helper - Custom Cursor - это расширение Chrome, разработанное blifeteam450, и его основная функция - "Get free Mouse pointer icon designs and styles for the web. Fun custom cursor helper.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Cursor Helper - Custom Cursor

Скачайте файлы расширений Cursor Helper - Custom Cursor в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Cursor Helper - Custom Cursor Cursor Helper - Custom Cursor
ID bogabmgabnjabjbiggmfkdocbjgackfo
Официальный URL https://chromewebstore.google.com/detail/cursor-helper-custom-curs/bogabmgabnjabjbiggmfkdocbjgackfo
Описание Get free Mouse pointer icon designs and styles for the web. Fun custom cursor helper.
Размер файла 2.45 MB
Количество установок 1,000,000
Текущая Версия 3.5.9
Последнее Обновление 2024-02-22
Дата публикации 2022-11-15
Рейтинг 4.45/5 Всего 2845 оценок
Разработчик blifeteam450
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://custom-cursor.com/
URL страницы помощи https://custom-cursor.com/en/support
URL страницы политики конфиденциальности https://mystickermania.com/privacy-policy
Поддерживаемые языки 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"
            ]
        }
    ]
}