W.Beautifier

Beautify Whatsapp™ Web by changing wallpaper and background.

W.Beautifier là gì?

W.Beautifier là một tiện ích mở rộng Chrome được phát triển bởi ChanPete, và tính năng chính của nó là "Beautify Whatsapp™ Web by changing wallpaper and background.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng W.Beautifier 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

                        ———————————————————
LEGAL
———————————————————

WhatsApp™ is a trademark of WhatsApp Inc., registered in the U.S. and other countries. This is an independent project developed by ChanPete and has no relationship to WhatsApp™ or WhatsApp Inc.

———————————————————

Icon provided by icons8.com.                    

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

Tên W.Beautifier W.Beautifier
ID hijmmbcognankbjbelmnemknofcffako
URL Chính Thức https://chromewebstore.google.com/detail/wbeautifier/hijmmbcognankbjbelmnemknofcffako
Mô tả Beautify Whatsapp™ Web by changing wallpaper and background.
Kích Thước Tệp 985 KB
Số Lần Cài Đặt 3,174
Phiên Bản Hiện Tại 6.1.0
Cập Nhật Lần Cuối 2022-12-14
Ngày Phát Hành 2019-03-23
Đánh Giá 3.92/5 Tổng số 50 Đánh Giá
Nhà Phát Triển ChanPete
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "W.Beautifier",
    "description": "Beautify Whatsapp\u2122 Web by changing wallpaper and background.",
    "version": "6.1.0",
    "icons": {
        "128": "\/res\/icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "\/lib\/jquery.js",
                "display.js",
                "menu.js",
                "imageHandler.js"
            ],
            "css": [
                "display.css",
                "menu.css"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "19": "\/res\/icon-19.png",
            "38": "\/res\/icon-38.png"
        },
        "default_popup": "popup.html",
        "default_title": "change the wallpaper"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/res\/icon-38-white.png",
                "\/res\/change_wallpaper.png",
                "\/res\/change_background.png",
                "\/res\/default_mode.png",
                "\/res\/cover_mode.png",
                "\/res\/contain_mode.png",
                "\/res\/change_horizontal.png",
                "\/res\/change_vertical.png"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ]
        }
    ]
}