Hatsune Miku Footer

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

Hatsune Miku Footerคืออะไร?

Hatsune Miku Footer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Aixil และคุณลักษณะหลักของมันคือ "Adds a cyan footer with the text "hatsune miku" to every page."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hatsune Miku Footer

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}