WhatsApp Redesigned

A fresh new look for WhatsApp web

Was ist WhatsApp Redesigned?

WhatsApp Redesigned ist eine Chrome-Erweiterung, die von ivocass entwickelt wurde, und ihr Hauptmerkmal ist "A fresh new look for WhatsApp web".

Erweiterungsscreenshots

screenshot

WhatsApp Redesigned-Erweiterungs-CRX-Datei herunterladen

Laden Sie WhatsApp Redesigned-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name WhatsApp Redesigned WhatsApp Redesigned
ID mpdddinkocahocepimaeokdcfhgfibkk
Offizielle URL https://chrome.google.com/webstore/detail/whatsapp-redesigned/mpdddinkocahocepimaeokdcfhgfibkk
Beschreibung A fresh new look for WhatsApp web
Dateigröße 25.56 KB
Installationsanzahl 366
Aktuelle Version 0.0.0.3
Letztes Update 2020-11-21
Veröffentlichungsdatum 2020-08-14
Bewertung 4.80/5 Insgesamt 5 Bewertungen
Entwickler ivocass
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/ivocass/whatsapp-redesigned
Hilfeseite URL https://github.com/ivocass/whatsapp-redesigned/issues
Unterstützte Sprachen 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
}