Change My Cursor
Change your cursor to any picture you like!
Что такое Change My Cursor?
Change My Cursor - это расширение Chrome, разработанное https://yoonicode.com, и его основная функция - "Change your cursor to any picture you like!".
Снимки экрана расширения
Скачать файл CRX расширения Change My Cursor
Скачайте файлы расширений Change My Cursor в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Change your mouse cursor to ANYTHING you want! This chrome extension is open source (to the extent of the LICENSE that you can view in the below repository); you can view the GitHub repository at https://github.com/yummypasta/changemycursor
Основная информация о расширении
Название | Change My Cursor |
ID | lppmahciboilaokklohhhdlaadkobgpc |
Официальный URL | https://chromewebstore.google.com/detail/change-my-cursor/lppmahciboilaokklohhhdlaadkobgpc |
Описание | Change your cursor to any picture you like! |
Размер файла | 17.19 KB |
Количество установок | 47,117 |
Текущая Версия | 2.0.0 |
Последнее Обновление | 2022-05-15 |
Дата публикации | 2019-06-07 |
Рейтинг | 1.90/5 Всего 105 оценок |
Разработчик | https://yoonicode.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Change My Cursor", "description": "Change your cursor to any picture you like!", "version": "2.0.0", "permissions": [ "scripting", "activeTab", "storage" ], "action": { "default_title": "Change My Cursor!", "default_icon": "img\/cursor.png", "default_popup": "popup.html" }, "web_accessible_resources": [ { "resources": [ "img\/*" ], "matches": [ "*:\/\/*\/*" ] } ], "manifest_version": 3 } |