Hover Read Facebook Messages
Allows you to read Facebook messages without opening them.
Vad är Hover Read Facebook Messages?
Hover Read Facebook Messages är en Chrome-tillägg utvecklad av John Ellison, och dess huvudfunktion är "Allows you to read Facebook messages without opening them.".
Ladda ner Hover Read Facebook Messages-förlängningens CRX-fil
Ladda ner Hover Read Facebook Messages-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Hover Read Facebook Messages |
ID | felcecgbpgkinbkmidnfgclcdhgkaink |
Officiell webbadress | https://chrome.google.com/webstore/detail/felcecgbpgkinbkmidnfgclcdhgkaink |
Beskrivning | Allows you to read Facebook messages without opening them. |
Filstorlek | 3.73 KB |
Antal Installationer | 17 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2018-08-11 |
Publiceringsdatum | 2018-08-11 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | John Ellison |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |