Custom Messenger Cursor
Custom messenger Cursor for chrome browser. Choose your favorite custom messenger cursor with this extension.
Что такое Custom Messenger Cursor?
Custom Messenger Cursor - это расширение Chrome, разработанное natalyacursor, и его основная функция - "Custom messenger Cursor for chrome browser. Choose your favorite custom messenger cursor with this extension.".
Снимки экрана расширения
Скачать файл CRX расширения Custom Messenger Cursor
Скачайте файлы расширений Custom Messenger Cursor в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Custom cursor messenger specifically for google chrome. Choose your favorite messenger and install it instead of your standard cursor in just a couple of clicks: Detailed configuration of this extension .... Step 1. Download this extension from the google chrome store. Step 2. Click on the icon that appears in your upper right corner. Step 3. Select the cursor you like in the "Cursors" section and then go to the "Pointer" tab and also click on the icon you like. ****************** Congratulations, you can use our cursors. ****************** ! Important. After selecting cursors, refresh the page if you want to use them on this tab. !! Important. According to the rules of the Chrome Web Store extension can not work on the store pages and home page. Please open any other website (for example, google.com) after installing this extension and check how the extension will work on it. ****************** If you have any questions or wishes, or you just want to leave a review, we will always answer you and we will be grateful for your feedback. Recommend us to your friends and acquaintances, we will be very pleased. :)
Основная информация о расширении
Название | Custom Messenger Cursor |
ID | gmnjmkbpnkdcjmgmpbonambfpmkjaiei |
Официальный URL | https://chromewebstore.google.com/detail/custom-messenger-cursor/gmnjmkbpnkdcjmgmpbonambfpmkjaiei |
Описание | Custom messenger Cursor for chrome browser. Choose your favorite custom messenger cursor with this extension. |
Размер файла | 253 KB |
Количество установок | 4,100 |
Текущая Версия | 1.23.07 |
Последнее Обновление | 2021-03-24 |
Дата публикации | 2021-03-24 |
Рейтинг | 3.25/5 Всего 4 оценок |
Разработчик | natalyacursor |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "permissions": [ "storage", "*:\/\/*\/*" ], "version": "1.23.07", "web_accessible_resources": [ "cur\/*.*" ], "description": "Custom messenger Cursor for chrome browser. Choose your favorite custom messenger cursor with this extension.", "name": "Custom Messenger Cursor", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "all_frames": true, "js": [ "content.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_start" } ], "icons": { "128": "img\/icon128.png", "16": "img\/icon16.png", "48": "img\/icon48.png" } } |