Wild life mouse cursors
Spice up your browsing with fun cursors.
Что такое Wild life mouse cursors?
Wild life mouse cursors - это расширение Chrome, разработанное https://appdepot.xyz, и его основная функция - "Spice up your browsing with fun cursors.".
Снимки экрана расширения
Скачать файл CRX расширения Wild life mouse cursors
Скачайте файлы расширений Wild life mouse cursors в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Change your mouse cursor for a wild life mouse cursor. To change cursor, click on the cursor icon situated on top right corner of Chrome. You can at anytime get back your original cursor by clicking on the link at the bottom of the cursors list. --- Note that your cursor will be change only when browsing the web with Chrome.
Основная информация о расширении
Название | |
ID | hfmndnjipdepgchjiihkdilgilgfgckf |
Официальный URL | https://chromewebstore.google.com/detail/wild-life-mouse-cursors/hfmndnjipdepgchjiihkdilgilgfgckf |
Описание | Spice up your browsing with fun cursors. |
Размер файла | 68.81 KB |
Количество установок | 416 |
Текущая Версия | 3.0.0 |
Последнее Обновление | 2022-10-24 |
Дата публикации | 2022-10-24 |
Рейтинг | 3.38/5 Всего 8 оценок |
Разработчик | https://appdepot.xyz |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | de,en,fr,es,it,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": "icon_128.png", "default_popup": "popup.html", "default_title": "Wild life" }, "background": { "service_worker": "sw.js" }, "content_scripts": [ { "js": [ "cursors.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ], "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "icons": { "128": "icon_128.png" }, "manifest_version": 3, "permissions": [ "tabs", "storage", "scripting" ], "host_permissions": [ " |