Hatsune Miku Footer

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

What is Hatsune Miku Footer?

Hatsune Miku Footer is a Chrome extension developed by Aixil, and its main feature is "Adds a cyan footer with the text "hatsune miku" to every page.".

Extension Screenshots

screenshot

Download Hatsune Miku Footer Extension CRX File

Download Hatsune Miku Footer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Hatsune Miku Footer Hatsune Miku Footer
ID hmfmpbejccdgjaeohanfadencaalkbnd
Official URL https://chromewebstore.google.com/detail/hatsune-miku-footer/hmfmpbejccdgjaeohanfadencaalkbnd
Description Adds a cyan footer with the text "hatsune miku" to every page.
File Size 34.54 KB
Installation Count 455
Current Version 1.1
Last Updated 2021-07-16
Publish Date 2021-07-15
Rating 3.50/5 Total 2 Ratings
Developer Aixil
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}