Hatsune Miku Footer

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

Apa itu Hatsune Miku Footer?

Hatsune Miku Footer adalah ekstensi Chrome yang dikembangkan oleh Aixil, dan fitur utamanya adalah "Adds a cyan footer with the text "hatsune miku" to every page.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Hatsune Miku Footer

Unduh file ekstensi Hatsune Miku Footer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Hatsune Miku Footer Hatsune Miku Footer
ID hmfmpbejccdgjaeohanfadencaalkbnd
URL Resmi https://chromewebstore.google.com/detail/hatsune-miku-footer/hmfmpbejccdgjaeohanfadencaalkbnd
Deskripsi Adds a cyan footer with the text "hatsune miku" to every page.
Ukuran File 34.54 KB
Jumlah Instalasi 455
Versi Saat Ini 1.1
Terakhir Diperbarui 2021-07-16
Tanggal Publikasi 2021-07-15
Penilaian 3.50/5 Total 2 Penilaian
Pengembang Aixil
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}