Hatsune Miku Footer

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

Co to jest Hatsune Miku Footer?

Hatsune Miku Footer to rozszerzenie Chrome opracowane przez Aixil, a jego główną funkcją jest „Adds a cyan footer with the text "hatsune miku" to every page.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Hatsune Miku Footer

Pobierz pliki rozszerzeń Hatsune Miku Footer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Hatsune Miku Footer Hatsune Miku Footer
ID hmfmpbejccdgjaeohanfadencaalkbnd
Oficjalny URL https://chromewebstore.google.com/detail/hatsune-miku-footer/hmfmpbejccdgjaeohanfadencaalkbnd
Opis Adds a cyan footer with the text "hatsune miku" to every page.
Rozmiar pliku 34.54 KB
Liczba instalacji 455
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2021-07-16
Data Publikacji 2021-07-15
Ocena 3.50/5 Łącznie 2 Oceny
Deweloper Aixil
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}