WhatsApp Redesigned

A fresh new look for WhatsApp web

What is WhatsApp Redesigned?

WhatsApp Redesigned is a Chrome extension developed by ivocass, and its main feature is "A fresh new look for WhatsApp web".

Extension Screenshots

screenshot

Download WhatsApp Redesigned Extension CRX File

Download WhatsApp Redesigned extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        If the Dark theme wasn't good enough for you, this add-on will fix it.

A tasteful redesign of the app brings back the original top banner, round corners, deep, neutral colors and hides the search bar, which is now accessible by clicking the Search button.

NOTE: the voice messages aren't styled in this release. they are at a proposal stage for now

Source code: https://github.com/ivocass/whatsapp-redesigned                    

Extension Basic Information

Name WhatsApp Redesigned WhatsApp Redesigned
ID mpdddinkocahocepimaeokdcfhgfibkk
Official URL https://chrome.google.com/webstore/detail/whatsapp-redesigned/mpdddinkocahocepimaeokdcfhgfibkk
Description A fresh new look for WhatsApp web
File Size 25.56 KB
Installation Count 366
Current Version 0.0.0.3
Last Updated 2020-11-21
Publish Date 2020-08-14
Rating 4.80/5 Total 5 Ratings
Developer ivocass
Email [email protected]
Payment Type free
Extension Website https://github.com/ivocass/whatsapp-redesigned
Help Page URL https://github.com/ivocass/whatsapp-redesigned/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WhatsApp Redesigned",
    "version": "0.0.0.3",
    "description": "A fresh new look for WhatsApp web",
    "browser_action": {
        "default_icon": {
            "16": "assets\/logo16.png",
            "32": "assets\/logo32.png",
            "48": "assets\/logo48.png",
            "128": "assets\/logo128.png"
        },
        "default_popup": "src\/popup.html"
    },
    "icons": {
        "16": "assets\/logo16.png",
        "32": "assets\/logo32.png",
        "48": "assets\/logo48.png",
        "128": "assets\/logo128.png"
    },
    "web_accessible_resources": [
        "assets\/search-icon-24.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/"
            ],
            "css": [
                "src\/css\/styles.css"
            ],
            "js": [
                "src\/js\/content-script.js"
            ]
        }
    ],
    "manifest_version": 2
}