Custom Mouse Cursor

Custom Mouse Cursor - plenty of stylish and cool cursors for your mouse

Что такое Custom Mouse Cursor?

Custom Mouse Cursor - это расширение Chrome, разработанное https://cutecursors.com, и его основная функция - "Custom Mouse Cursor - plenty of stylish and cool cursors for your mouse".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Custom Mouse Cursor is an exciting browser extension that allows you to transform the standard and dull mouse cursor into a unique and creative pointer that matches your style and taste.

This extension grants access to an extensive collection of cursors to suit any preference and mood. You can choose from various cursor variations, ranging from elegant and stylish to humorous and colorful. Now, your cursor can reflect your unique individuality and style on every webpage you visit.

Furthermore, "Custom Mouse Cursor" offers an extensive collection of cursors designed specifically for gaming. You can select from the following gaming cursor collections:

- "Heroic Collection": Cursors with fantastic and heroic motifs for adventurous games.
- "Footballer Collection": Cursors in the shape of footballs and football-related symbols for football enthusiasts.
- "Space Collection": Space-themed cursors for space games and sci-fi adventures.
- "Fantasy Collection": Magical and fantasy-themed cursors for games set in the world of magic and enchantment.
- "Explosive Collection": Aggressive and incredibly dynamic cursors for shooters and action games.

Say goodbye to the standard cursor and let "Custom Mouse Cursor" add more color and creativity to your web experience. Switch between cursors, choose the one that best expresses your mood, and enjoy the diversity with every mouse click.                    

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

Название Custom Mouse Cursor Custom Mouse Cursor
ID kinfihfgknmecicjmadebldjeknakbpj
Официальный URL https://chromewebstore.google.com/detail/custom-mouse-cursor/kinfihfgknmecicjmadebldjeknakbpj
Описание Custom Mouse Cursor - plenty of stylish and cool cursors for your mouse
Размер файла 305 KB
Количество установок 30,000
Текущая Версия 3.0.4
Последнее Обновление 2024-02-13
Дата публикации 2023-09-27
Рейтинг 3.89/5 Всего 28 оценок
Разработчик https://cutecursors.com
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://cutecursors.com/privacy
Поддерживаемые языки id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,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": "\/assets\/icon128.png",
        "default_popup": "index.html",
        "icons": {
            "128": "\/assets\/icon128.png",
            "32": "\/assets\/icon32.png",
            "64": "\/assets\/icon64.png"
        },
        "name": "__MSG_app_name__"
    },
    "author": "WhiteDev",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_app_description__",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.cutecursors.com\/*",
            "*:\/\/*.cute-cursor.com\/*"
        ]
    },
    "icons": {
        "128": "assets\/icon128.png",
        "32": "assets\/icon32.png",
        "64": "assets\/icon64.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvJT4vgNnuDrRwjdbjyqfD8Ge+hQ8VzotahioEQYqdL2XuFlILkU5JA+vHGGNcaVwfDJpkduEHwhDZ\/hiPTMiHCaB9W6OEX7CwK2pZ5vAANacssqKY84RUO9S6NFvovW6UyQPDJLVeS4jTFJ5ysmwVP+c1yAqs034h30cfOB9e\/t8psksRxhL4JN9BCn45oanGUWS7us9lEIEZJn6h5ZhoW\/GygmiJ6v\/fwA5Ct8N4yUZPOZyGC0hp8SROAc6uDs1pM4goxMj4ixnqwNbXC21UKg91YcT5ld\/CXrMZfPk7fuSQH4SQX2h\/tWD407GQws2IGK+ajI3NgdkkgM3SZ1BQwIDAQAB",
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "options_page": "\/index.html",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "scripting"
    ],
    "short_name": "__MSG_app_short_name__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.0.4",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "assets\/*.*",
                "libs\/*.*"
            ]
        }
    ]
}