Cool Cursors for Chrome™

Fun cool cursors for Chrome™. Use a big collection of free cursors or upload your own.

Что такое Cool Cursors for Chrome™?

Cool Cursors for Chrome™ - это расширение Chrome, разработанное https://cool-cursors.com, и его основная функция - "Fun cool cursors for Chrome™. Use a big collection of free cursors or upload your own.".

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

screenshot
screenshot

Скачать файл CRX расширения Cool Cursors for Chrome™

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

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

                        Try using the Chrome browser with cool free mouse cursors.

This extension allows you to modify your cursor for Google Chrome. Our extension supports a wide range of topics such as

movies
pop culture
manga
stars
arrows

and many more topics
Create your own collection of mouse cursors from any images.
Note: 
- Use pictures less or equal to 128x128 pixels; 
- Use transparent background in your images, such as .png.

Easy one-click custom cursor activation.

Try our software now. Its 100% free to use.

Please note we need "Read and change all your data on the websites you visit" permissions to allow the custom cursor to be shown on the webpage you are visiting. 
We do NOT collect/sell any of the websites data you are using.

For this extension to work, it will only work on new tabs/pages you open after installation of the software. The webpages which you were on previously before the installation of our software would not show this custom cursor.

This extension works on any web page except the Chrome Web Store, Google internal pages, and the Chrome home page, as Google’s policy prohibits the use of custom cursors on these pages.                    

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

Название Cool Cursors for Chrome™ Cool Cursors for Chrome™
ID empjidjbllcmlgaobahepkijkfmfkjdb
Официальный URL https://chromewebstore.google.com/detail/cool-cursors-for-chrome/empjidjbllcmlgaobahepkijkfmfkjdb
Описание Fun cool cursors for Chrome™. Use a big collection of free cursors or upload your own.
Размер файла 2.21 MB
Количество установок 37,914
Текущая Версия 3.1.0
Последнее Обновление 2023-07-30
Дата публикации 2020-03-25
Рейтинг 3.19/5 Всего 326 оценок
Разработчик https://cool-cursors.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://cool-cursors.com/
URL страницы политики конфиденциальности https://www.freebusinessapps.net/privacy
Поддерживаемые языки id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "\/data\/background-mv3.js"
    },
    "action": {
        "default_icon": {
            "128": "data\/assets\/icons\/128.png",
            "256": "data\/assets\/icons\/256.png",
            "32": "data\/assets\/icons\/32.png",
            "48": "data\/assets\/icons\/48.png",
            "96": "data\/assets\/icons\/96.png"
        },
        "default_popup": "data\/popup\/index.html",
        "default_title": "__MSG_app_name__"
    },
    "container": [
        "GOOGLE_DRIVE"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "data\/libs\/jquery.js",
                "data\/libs\/cursor.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_app_description__",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.cool-cursors.com\/*"
        ]
    },
    "homepage_url": "https:\/\/cool-cursors.com\/",
    "icons": {
        "128": "data\/assets\/icons\/128.png",
        "256": "data\/assets\/icons\/256.png",
        "32": "data\/assets\/icons\/32.png",
        "48": "data\/assets\/icons\/48.png",
        "96": "data\/assets\/icons\/96.png"
    },
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "offline_enabled": true,
    "options_page": "data\/settings\/index.html",
    "permissions": [
        "storage"
    ],
    "short_name": "cool-cursor",
    "version": "3.1.0",
    "version_name": "3.1.0",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "popup\/images\/*.*",
                "popup\/fonts\/*.*",
                "*.*",
                "assets\/cur\/*.*"
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlWU2tEhTzyHXXmGo4ZzBzs6BTtKdotvNmzkn8RmkobaBr+aRf9b83PVgRNbGzfGM\/PRFGVXXzgA9MyzyRtpEpsHol6vkdSC7PR1RklnlcF\/F+0TyR+h080imhQt+FMwJGn98oNiQseKWOP9fnRf\/RUApyXv37TIdSmq77hsJVdm8Aq3zbWtfYA108Cv12PzM+U8pQZTfByDQZpTOt7hjFN4y3xXFYx2yHAOD8RqZyH8wJEQOZvvLZyBAtZxuU8ic0Jj7s6xwvIBjgoU+WrpV5sEzc3oP5rWBezIjv6wen4U+\/MYlU6mINQmlASWU4G9DDGLfKyseWaMV1w5XD9rm9wIDAQAB"
}