Change Cursor

Awesome and unusual cursors

Что такое Change Cursor?

Change Cursor - это расширение Chrome, разработанное demidovavaleria87, и его основная функция - "Awesome and unusual cursors".

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

screenshot
screenshot
screenshot

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

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

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

                        We’ve got awesome custom cursors Chrome extension to let you define your own cursor style. Custom cursors extension is absolutely free and doesn’t have any kind of harmful scripts. It’s an amazing cursor library which includes different custom cursor collection. You can open it by clicking on puzzle icon on Chrome toolbar that says “Extensions” and then finding custom cursor in the list. Replace cursor just in on click and have fun.                    

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

Название Change Cursor Change Cursor
ID kdfabndgampjonhpgfajeajbinmkcocm
Официальный URL https://chrome.google.com/webstore/detail/change-cursor/kdfabndgampjonhpgfajeajbinmkcocm
Описание Awesome and unusual cursors
Размер файла 36.16 KB
Количество установок 3,483
Текущая Версия 1.5
Последнее Обновление 2023-06-08
Дата публикации 2021-11-14
Рейтинг 1.00/5 Всего 4 оценок
Разработчик demidovavaleria87
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "default_locale": "en",
    "description": "Awesome and unusual cursors",
    "version": "1.5",
    "background": {
        "scripts": [
            ".\/js\/koloso.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Curzorro",
        "default_icon": {
            "128": "sty\/curs.png"
        },
        "default_popup": "index.html"
    },
    "icons": {
        "128": "sty\/curs.png"
    },
    "permissions": [
        "storage",
        ""
    ],
    "web_accessible_resources": [
        "sty\/doro.json"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/karab.js"
            ]
        }
    ]
}