W.Beautifier

Beautify Whatsapp™ Web by changing wallpaper and background.

W.Beautifierとは何ですか?

W.BeautifierはChanPeteによって開発されたChromeの拡張機能で、その主な機能は「Beautify Whatsapp™ Web by changing wallpaper and background.」です。

拡張機能のスクリーンショット

screenshot
screenshot

W.Beautifier拡張機能のCRXファイルをダウンロード

W.Beautifier拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        ———————————————————
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.                    

拡張機能の基本情報

名前 W.Beautifier W.Beautifier
ID hijmmbcognankbjbelmnemknofcffako
公式URL https://chromewebstore.google.com/detail/wbeautifier/hijmmbcognankbjbelmnemknofcffako
説明 Beautify Whatsapp™ Web by changing wallpaper and background.
ファイルサイズ 985 KB
インストール数 3,174
現在のバージョン 6.1.0
最終更新日 2022-12-14
公開日 2019-03-23
評価 3.92/5 合計 50 レビュー
開発者 ChanPete
Eメール [email protected]
支払い方法 free
対応言語 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\/*"
            ]
        }
    ]
}