Hatsune Miku Footer

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

O que é Hatsune Miku Footer?

Hatsune Miku Footer é uma extensão do Chrome desenvolvida por Aixil, e sua principal característica é "Adds a cyan footer with the text "hatsune miku" to every page.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Hatsune Miku Footer

Baixe arquivos de extensão Hatsune Miku Footer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Hatsune Miku Footer Hatsune Miku Footer
ID hmfmpbejccdgjaeohanfadencaalkbnd
URL Oficial https://chromewebstore.google.com/detail/hatsune-miku-footer/hmfmpbejccdgjaeohanfadencaalkbnd
Descrição Adds a cyan footer with the text "hatsune miku" to every page.
Tamanho do Arquivo 34.54 KB
Contagem de Instalações 455
Versão Atual 1.1
Última Atualização 2021-07-16
Data de Publicação 2021-07-15
Classificação 3.50/5 Total de 2 Avaliações
Desenvolvedor Aixil
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}