Hover Read Facebook Messages

Allows you to read Facebook messages without opening them.

什麼是Hover Read Facebook Messages?

Hover Read Facebook Messages是由John Ellison開發的Chrome擴展程式,該擴展的主要功能是“Allows you to read Facebook messages without opening them.”。

下載Hover Read Facebook Messages擴展crx文件

下載Hover Read Facebook Messages擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Hover Read Facebook Messages Hover Read Facebook Messages
ID felcecgbpgkinbkmidnfgclcdhgkaink
官方網址 https://chrome.google.com/webstore/detail/felcecgbpgkinbkmidnfgclcdhgkaink
簡介 Allows you to read Facebook messages without opening them.
檔案大小 3.73 KB
安裝次數 17
目前版本 0.1
更新時間 2018-08-11
上架時間 2018-08-11
評分 5.00/5 共 1 次評分
開發者 John Ellison
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
            ]
        }
    ]
}