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
Eメール [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"
            ]
        }
    ]
}