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
官方URL 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"
            ]
        }
    ]
}