Telegram expander

Extension provide full screen version telegram.org

Telegram expanderคืออะไร?

Telegram expander เป็นส่วนขยายของ Chrome ที่พัฒนาโดย anatoliy.developer และคุณลักษณะหลักของมันคือ "Extension provide full screen version telegram.org "

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Telegram expander

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

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

                        Extension provide full screen version telegram.org                    

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

ชื่อ Telegram expander Telegram expander
ID jhnmpdneklaeflddfphhpaleeaacjnej
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/telegram-expander/jhnmpdneklaeflddfphhpaleeaacjnej
คำอธิบาย Extension provide full screen version telegram.org
ขนาดไฟล์ 18.74 KB
จำนวนการติดตั้ง 276
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2017-11-02
วันที่เผยแพร่ 2017-11-02
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา anatoliy.developer
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Telegram expander",
    "version": "1.0",
    "icons": {
        "16": "app\/icon.png",
        "48": "app\/icon.png",
        "128": "app\/icon.png"
    },
    "browser_action": {
        "default_icon": "app\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.telegram.org\/*"
            ],
            "css": [
                "app\/css\/main.css"
            ]
        }
    ]
}