Hover Read Facebook Messages
Allows you to read Facebook messages without opening them.
Was ist Hover Read Facebook Messages?
Hover Read Facebook Messages ist eine Chrome-Erweiterung, die von John Ellison entwickelt wurde, und ihr Hauptmerkmal ist "Allows you to read Facebook messages without opening them.".
Hover Read Facebook Messages-Erweiterungs-CRX-Datei herunterladen
Laden Sie Hover Read Facebook Messages-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Hover Read Facebook Messages |
ID | felcecgbpgkinbkmidnfgclcdhgkaink |
Offizielle URL | https://chrome.google.com/webstore/detail/felcecgbpgkinbkmidnfgclcdhgkaink |
Beschreibung | Allows you to read Facebook messages without opening them. |
Dateigröße | 3.73 KB |
Installationsanzahl | 17 |
Aktuelle Version | 0.1 |
Letztes Update | 2018-08-11 |
Veröffentlichungsdatum | 2018-08-11 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | John Ellison |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |