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
官方網址 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"
    }
}