Message status for the color blind

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

Vad är Message status for the color blind?

Message status for the color blind är en Chrome-tillägg utvecklad av tomasmartty, och dess huvudfunktion är "An easier way for the color blind to identify WhatsApp Web™ message delivery status.".

Tilläggsskärmbilder

screenshot

Ladda ner Message status for the color blind-förlängningens CRX-fil

Ladda ner Message status for the color blind-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Message status for the color blind Message status for the color blind
ID ciiglfdgiegdnhkfpkeabhfllcalijda
Officiell webbadress https://chrome.google.com/webstore/detail/message-status-for-the-co/ciiglfdgiegdnhkfpkeabhfllcalijda
Beskrivning An easier way for the color blind to identify WhatsApp Web™ message delivery status.
Filstorlek 11.44 KB
Antal Installationer 170
Aktuell Version 1.4
Senast Uppdaterad 2020-04-20
Publiceringsdatum 2020-04-20
Betyg 4.38/5 Totalt 8 Betyg
Utvecklare tomasmartty
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}