Hatsune Miku Footer

Adds a cyan footer with the text "hatsune miku" to every page.

Что такое Hatsune Miku Footer?

Hatsune Miku Footer - это расширение Chrome, разработанное Aixil, и его основная функция - "Adds a cyan footer with the text "hatsune miku" to every page.".

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

screenshot

Скачать файл CRX расширения Hatsune Miku Footer

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

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

                        Firefox version: https://addons.mozilla.org/en-US/firefox/addon/hatsune-miku-footer/                    

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

Название Hatsune Miku Footer Hatsune Miku Footer
ID hmfmpbejccdgjaeohanfadencaalkbnd
Официальный URL https://chromewebstore.google.com/detail/hatsune-miku-footer/hmfmpbejccdgjaeohanfadencaalkbnd
Описание Adds a cyan footer with the text "hatsune miku" to every page.
Размер файла 34.54 KB
Количество установок 455
Текущая Версия 1.1
Последнее Обновление 2021-07-16
Дата публикации 2021-07-15
Рейтинг 3.50/5 Всего 2 оценок
Разработчик Aixil
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hatsune Miku Footer",
    "version": "1.1",
    "description": "Adds a cyan footer with the text \"hatsune miku\" to every page.",
    "icons": {
        "90": "icons\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "miku.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "thanks.html",
        "default_title": "Hatsune Miku Footer"
    }
}