Messenger Unread

Check messenger without the stress. Don't send typing indicators or read receipts. Free & open source, only 30 lines of code.

Messenger Unread क्या है?

Messenger Unread https://unread.chat द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Check messenger without the stress. Don't send typing indicators or read receipts. Free & open source, only 30 lines of code."।

एक्सटेंशन स्क्रीनशॉट्स

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Messenger Unread एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        As of December 2020 this extension no longer works 😭 Facebook changed how they fetch messages and it's now harder to disable read receipts. If you have any ideas on how to fix it, let me know on github: https://github.com/raphaelrk/messenger-lowkey

--

Check messenger without the stress. Don't send typing indicators or read receipts. 

🤫 Don't show people you've read their message or when you're typing
❤️ We're firm believers in data privacy and don't collect or share any data.
💻 Free and open source. Only thirty lines of code, and easy to install yourself.

Before 😭 You have messages but don't check them, leading to long response times
After 😍 Read and reply to messages as soon as you get them without pressure

👋 Texting should be relaxed
Read receipts and typing indicators optimize for engagement, not comfort. By making your actions more private, we make it easier to read and respond.                    

एक्सटेंशन की मूल जानकारी

नाम Messenger Unread Messenger Unread
ID pacafepjegmgiiidkgofifmfcjfdkpea
आधिकारिक URL https://chromewebstore.google.com/detail/messenger-unread/pacafepjegmgiiidkgofifmfcjfdkpea
विवरण Check messenger without the stress. Don't send typing indicators or read receipts. Free & open source, only 30 lines of code.
फ़ाइल का आकार 199 KB
स्थापना संख्या 1,284
वर्तमान संस्करण 1.3.4
अंतिम अपडेट 2021-05-06
प्रकाशन तिथि 2020-02-18
रेटिंग 2.20/5 कुल 5 रेटिंग्स
डेवलपर https://unread.chat
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://unread.chat/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Messenger Unread",
    "short_name": "Messenger Unread",
    "description": "Check messenger without the stress. Don't send typing indicators or read receipts. Free & open source, only 30 lines of code.",
    "version": "1.3.4",
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.facebook.com\/*",
        "*:\/\/*.messenger.com\/*"
    ],
    "icons": {
        "32": "images\/icon_32.png",
        "128": "images\/icon_128.png",
        "256": "images\/icon_256.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "images\/icon_128.png"
    }
}