Hover Read Facebook Messages

Allows you to read Facebook messages without opening them.

Что такое Hover Read Facebook Messages?

Hover Read Facebook Messages - это расширение Chrome, разработанное John Ellison, и его основная функция - "Allows you to read Facebook messages without opening them.".

Скачать файл CRX расширения Hover Read Facebook Messages

Скачайте файлы расширений 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"
            ]
        }
    ]
}