Old twitch font

added support for PM

Old twitch fontคืออะไร?

Old twitch font เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Skovoroda และคุณลักษณะหลักของมันคือ "added support for PM"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Old twitch font

ดาวน์โหลดไฟล์ส่วนขยาย Old twitch font ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Returns back old twitch font (used on 26 September 2019 and prior)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Old twitch font Old twitch font
ID kgeeboiogegjflbegfohadbddiiabhnb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/old-twitch-font/kgeeboiogegjflbegfohadbddiiabhnb
คำอธิบาย added support for PM
ขนาดไฟล์ 4.36 KB
จำนวนการติดตั้ง 137
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2019-09-26
วันที่เผยแพร่ 2019-09-26
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Skovoroda
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Old twitch font",
    "version": "1.0.2",
    "description": "added support for PM",
    "permissions": [
        "*:\/\/www.twitch.tv\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.twitch.tv\/*"
            ],
            "css": [
                "old_font.css"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "favicon.png"
    },
    "manifest_version": 2
}