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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
            ]
        }
    ]
}