MARVEL-DC Cursor

MARVEL-DC Cursor

Что такое MARVEL-DC Cursor?

MARVEL-DC Cursor - это расширение Chrome, разработанное Qltymedia Online LTD, и его основная функция - "MARVEL-DC Cursor".

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

screenshot

Скачать файл CRX расширения MARVEL-DC Cursor

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

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

                        Replaces default cursor with a cool super hero cursor. Change the usual mouse pointer to an amazing custom cursor.
Super hero cursors is a wonderful extension for everyone who wants to change the default mouse pointer to a cool and trendy one.
The new tab  embeds a search bar. Search features are provided by Microsoft Bing. No changes to your browser default search settings will be made.
By installing Marvel Cursor extension, you agree to the the Privacy Policy elaborated on Horizon Group website:
Privacy Policy: https://horizon-grp.com/?page_id=3                    

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

Название MARVEL-DC Cursor MARVEL-DC Cursor
ID ponjlnokdlpbjbiifcpoipolmelpdobb
Официальный URL https://chromewebstore.google.com/detail/marvel-dc-cursor/ponjlnokdlpbjbiifcpoipolmelpdobb
Описание MARVEL-DC Cursor
Размер файла 59.66 KB
Количество установок 83
Текущая Версия 1.0.0
Последнее Обновление 2022-10-09
Дата публикации 2022-10-06
Разработчик Qltymedia Online LTD
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://horizon-grp.com/
URL страницы политики конфиденциальности https://qltymedia.com/silly-cats
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MARVEL-DC Cursor",
    "description": "MARVEL-DC Cursor",
    "version": "1.0.0",
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "cursors\/*.*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}