Custom Cursors

Replace the old boring cursor with a new one or load your own.

Что такое Custom Cursors?

Custom Cursors - это расширение Chrome, разработанное vstin92, и его основная функция - "Replace the old boring cursor with a new one or load your own.".

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

screenshot

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

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

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

                        Our super cool extension is Custom Cursors. We have collected many useful functions in it.  With Custom Cursors you can change the color of your cursor to whatever you want.  We have collected a bunch of different colors into one palette.  With one click of a button, you can do it.  We are sure you will enjoy using Custom Cursors.  Our product was made in order to diversify the dull work with gadgets.  This is a high quality extension, and most importantly, it is completely free.  Join the people who have already downloaded Custom Cursors and enjoy using it.                    

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

Название Custom Cursors Custom Cursors
ID ialjkcfpkdoimdhnfhblcipaocipoiic
Официальный URL https://chrome.google.com/webstore/detail/custom-cursors/ialjkcfpkdoimdhnfhblcipaocipoiic
Описание Replace the old boring cursor with a new one or load your own.
Размер файла 5.8 MB
Количество установок 10,000
Текущая Версия 1.5
Последнее Обновление 2022-01-27
Дата публикации 2021-05-11
Рейтинг 3.36/5 Всего 22 оценок
Разработчик vstin92
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "Replace the old boring cursor with a new one or load your own.",
    "version": "1.5",
    "default_locale": "en",
    "background": {
        "scripts": [
            "ultima.js",
            "bkg.js",
            "for_back.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Cute Pointers",
        "default_icon": {
            "128": "faragora.png"
        },
        "default_popup": "someAnother.html"
    },
    "icons": {
        "128": "faragora.png"
    },
    "content_scripts": [
        {
            "js": [
                "some-front-fourth.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs",
        ""
    ],
    "options_page": "someFront.html",
    "web_accessible_resources": [
        "scripts\/*.js",
        "data\/*.js",
        "*.svg"
    ]
}