WhatsApp Redesigned

A fresh new look for WhatsApp web

Cos'è WhatsApp Redesigned?

WhatsApp Redesigned è un'estensione di Chrome sviluppata da ivocass, e la sua funzione principale è "A fresh new look for WhatsApp web".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione WhatsApp Redesigned

Scarica i file di estensione WhatsApp Redesigned in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome WhatsApp Redesigned WhatsApp Redesigned
ID mpdddinkocahocepimaeokdcfhgfibkk
URL Ufficiale https://chrome.google.com/webstore/detail/whatsapp-redesigned/mpdddinkocahocepimaeokdcfhgfibkk
Descrizione A fresh new look for WhatsApp web
Dimensione del File 25.56 KB
Conteggio Installazioni 366
Versione Corrente 0.0.0.3
Ultimo Aggiornamento 2020-11-21
Data di Pubblicazione 2020-08-14
Valutazione 4.80/5 Totale 5 Valutazioni
Sviluppatore ivocass
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/ivocass/whatsapp-redesigned
URL della Pagina di Aiuto https://github.com/ivocass/whatsapp-redesigned/issues
Lingue Supportate 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
}