Hatsune Miku Footer

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

什么是Hatsune Miku Footer?

Hatsune Miku Footer是由Aixil开发的Chrome扩展程序,该扩展的主要功能是“Adds a cyan footer with the text "hatsune miku" to every page.”。

扩展截图

screenshot

下载Hatsune Miku Footer扩展crx文件

下载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"
    }
}