Messenger Only

Simplifies the html of the Messenger section in Facebook.

Messenger Onlyคืออะไร?

Messenger Only เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Anton Petrov (blz777) และคุณลักษณะหลักของมันคือ "Simplifies the html of the Messenger section in Facebook."

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

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

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

                        Automatically removes the top blue bar of Facebook when you open the Facebook Messenger section (at facebook.com/messenger). A page refresh might be required.

Source: https://github.com/blz777/messenger_only/                    

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

ชื่อ Messenger Only Messenger Only
ID pajmhgafdleolgnobmgphhbihoenekim
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/messenger-only/pajmhgafdleolgnobmgphhbihoenekim
คำอธิบาย Simplifies the html of the Messenger section in Facebook.
ขนาดไฟล์ 3.44 KB
จำนวนการติดตั้ง 114
เวอร์ชันปัจจุบัน 0.20
อัปเดตครั้งล่าสุด 2015-03-01
วันที่เผยแพร่ 2015-03-01
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Anton Petrov (blz777)
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Messenger Only",
    "description": "Simplifies the html of the Messenger section in Facebook.",
    "version": "0.20",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/messages\/*"
            ],
            "css": [
                "prepare.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*.facebook.com\/messages\/*"
            ],
            "js": [
                "modifyPageContent.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2
}