Hover Read Facebook Messages
Allows you to read Facebook messages without opening them.
Cos'è Hover Read Facebook Messages?
Hover Read Facebook Messages è un'estensione di Chrome sviluppata da John Ellison, e la sua funzione principale è "Allows you to read Facebook messages without opening them.".
Scarica il file CRX dell'estensione Hover Read Facebook Messages
Scarica i file di estensione Hover Read Facebook Messages in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Hover Read Facebook Messages |
ID | felcecgbpgkinbkmidnfgclcdhgkaink |
URL Ufficiale | https://chrome.google.com/webstore/detail/felcecgbpgkinbkmidnfgclcdhgkaink |
Descrizione | Allows you to read Facebook messages without opening them. |
Dimensione del File | 3.73 KB |
Conteggio Installazioni | 17 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2018-08-11 |
Data di Pubblicazione | 2018-08-11 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | John Ellison |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |