Hover Read Facebook Messages

Allows you to read Facebook messages without opening them.

Hover Read Facebook Messages là gì?

Hover Read Facebook Messages là một tiện ích mở rộng Chrome được phát triển bởi John Ellison, và tính năng chính của nó là "Allows you to read Facebook messages without opening them.".

Tải xuống tệp CRX của tiện ích mở rộng Hover Read Facebook Messages

Tải xuống các tệp mở rộng Hover Read Facebook Messages 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

                        Allows you to hover over messages in the messenger to read them. You can also read messages without sending the read receipt!

View source code at: https://github.com/L-E-son/Hover-Read-Facebook-Messages                    

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

Tên Hover Read Facebook Messages Hover Read Facebook Messages
ID felcecgbpgkinbkmidnfgclcdhgkaink
URL Chính Thức https://chrome.google.com/webstore/detail/felcecgbpgkinbkmidnfgclcdhgkaink
Mô tả Allows you to read Facebook messages without opening them.
Kích Thước Tệp 3.73 KB
Số Lần Cài Đặt 17
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2018-08-11
Ngày Phát Hành 2018-08-11
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển John Ellison
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hover Read Facebook Messages",
    "version": "0.1",
    "description": "Allows you to read Facebook messages without opening them.",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.facebook.com\/*",
                "https:\/\/*.facebook.com\/*"
            ],
            "js": [
                "fbNotificationUnread.js"
            ]
        }
    ]
}