Hover Read Facebook Messages
Allows you to read Facebook messages without opening them.
Apa itu Hover Read Facebook Messages?
Hover Read Facebook Messages adalah ekstensi Chrome yang dikembangkan oleh John Ellison, dan fitur utamanya adalah "Allows you to read Facebook messages without opening them.".
Unduh Berkas CRX Ekstensi Hover Read Facebook Messages
Unduh file ekstensi Hover Read Facebook Messages dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Hover Read Facebook Messages |
ID | felcecgbpgkinbkmidnfgclcdhgkaink |
URL Resmi | https://chrome.google.com/webstore/detail/felcecgbpgkinbkmidnfgclcdhgkaink |
Deskripsi | Allows you to read Facebook messages without opening them. |
Ukuran File | 3.73 KB |
Jumlah Instalasi | 17 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2018-08-11 |
Tanggal Publikasi | 2018-08-11 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | John Ellison |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |