Messenger View Unread

See unread threads in Messenger

Messenger View Unreadคืออะไร?

Messenger View Unread เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mikeyla และคุณลักษณะหลักของมันคือ "See unread threads in Messenger"

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

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

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

                        If you've got the Facebook Messenger bug which doesn't show all unread messages, this adds a button to your toolbar which shows unread messages.                    

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

ชื่อ Messenger View Unread Messenger View Unread
ID aohpnokaogdciojnafepflfppcpocdfd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/messenger-view-unread/aohpnokaogdciojnafepflfppcpocdfd
คำอธิบาย See unread threads in Messenger
ขนาดไฟล์ 124 KB
จำนวนการติดตั้ง 31
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2018-07-13
วันที่เผยแพร่ 2018-07-13
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา mikeyla
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Messenger View Unread",
    "version": "1.5",
    "manifest_version": 2,
    "description": "See unread threads in Messenger",
    "homepage_url": "http:\/\/everythingisfilm.com",
    "author": "Michael Morgenstern",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_title": "View Unread in Messenger"
    },
    "default_locale": "en",
    "permissions": [
        "http:\/\/messenger.com\/*",
        "https:\/\/messenger.com\/*",
        "http:\/\/www.messenger.com\/*",
        "https:\/\/www.messenger.com\/*"
    ],
    "web_accessible_resources": [
        "icons\/newfavico.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/inject.js"
            ],
            "all_frames": true
        }
    ]
}