WhatsApp Redesigned

A fresh new look for WhatsApp web

WhatsApp Redesigned là gì?

WhatsApp Redesigned là một tiện ích mở rộng Chrome được phát triển bởi ivocass, và tính năng chính của nó là "A fresh new look for WhatsApp web".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng WhatsApp Redesigned

Tải xuống các tệp mở rộng WhatsApp Redesigned dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WhatsApp Redesigned WhatsApp Redesigned
ID mpdddinkocahocepimaeokdcfhgfibkk
URL Chính Thức https://chrome.google.com/webstore/detail/whatsapp-redesigned/mpdddinkocahocepimaeokdcfhgfibkk
Mô tả A fresh new look for WhatsApp web
Kích Thước Tệp 25.56 KB
Số Lần Cài Đặt 366
Phiên Bản Hiện Tại 0.0.0.3
Cập Nhật Lần Cuối 2020-11-21
Ngày Phát Hành 2020-08-14
Đánh Giá 4.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển ivocass
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ivocass/whatsapp-redesigned
URL Trang Trợ Giúp https://github.com/ivocass/whatsapp-redesigned/issues
Ngôn Ngữ Được Hỗ Trợ 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
}