Messenger View Unread

See unread threads in Messenger

Messenger View Unread là gì?

Messenger View Unread là một tiện ích mở rộng Chrome được phát triển bởi mikeyla, và tính năng chính của nó là "See unread threads in Messenger".

Tải xuống tệp CRX của tiện ích mở rộng Messenger View Unread

Tải xuống các tệp mở rộng Messenger View Unread dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Messenger View Unread Messenger View Unread
ID aohpnokaogdciojnafepflfppcpocdfd
URL Chính Thức https://chrome.google.com/webstore/detail/messenger-view-unread/aohpnokaogdciojnafepflfppcpocdfd
Mô tả See unread threads in Messenger
Kích Thước Tệp 124 KB
Số Lần Cài Đặt 31
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2018-07-13
Ngày Phát Hành 2018-07-13
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển mikeyla
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}