Hover Read Facebook Messages
Allows you to read Facebook messages without opening them.
Hover Read Facebook Messages क्या है?
Hover Read Facebook Messages John Ellison द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows you to read Facebook messages without opening them."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Hover Read Facebook Messages एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" ] } ] } |