Message status for the color blind

An easier way for the color blind to identify WhatsApp Web™ message delivery status.

Message status for the color blind क्या है?

Message status for the color blind tomasmartty द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An easier way for the color blind to identify WhatsApp Web™ message delivery status."।

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

screenshot

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

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

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

                        This extension will simply make blue double-tick images a full round circle instead. Works for chat messages as well as those in the sidebar.

Just install and you're ready to go!

Update: Updated the extension to work with the latest WhatsApp Web version. Since adding a full circle is not possible anymore due to a different HTML structure and CSS classes, the blue double tick is now just re-colored with a brighter blue to make it more noticeable from the regular green double check.

---

This is an unofficial enhacement for WhatsApp Web. This extension is not related in any way to WhatsApp Inc.                    

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

नाम Message status for the color blind Message status for the color blind
ID ciiglfdgiegdnhkfpkeabhfllcalijda
आधिकारिक URL https://chrome.google.com/webstore/detail/message-status-for-the-co/ciiglfdgiegdnhkfpkeabhfllcalijda
विवरण An easier way for the color blind to identify WhatsApp Web™ message delivery status.
फ़ाइल का आकार 11.44 KB
स्थापना संख्या 170
वर्तमान संस्करण 1.4
अंतिम अपडेट 2020-04-20
प्रकाशन तिथि 2020-04-20
रेटिंग 4.38/5 कुल 8 रेटिंग्स
डेवलपर tomasmartty
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Message status for the color blind",
    "version": "1.4",
    "description": "An easier way for the color blind to identify WhatsApp Web\u2122 message delivery status.",
    "permissions": [
        "declarativeContent"
    ],
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2
}