W.Beautifier

Beautify Whatsapp™ Web by changing wallpaper and background.

Qu'est-ce que W.Beautifier ?

W.Beautifier est une extension Chrome développée par ChanPete, et sa fonction principale est "Beautify Whatsapp™ Web by changing wallpaper and background.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension W.Beautifier

Téléchargez les fichiers d'extension W.Beautifier au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom W.Beautifier W.Beautifier
ID hijmmbcognankbjbelmnemknofcffako
URL Officiel https://chromewebstore.google.com/detail/wbeautifier/hijmmbcognankbjbelmnemknofcffako
Description Beautify Whatsapp™ Web by changing wallpaper and background.
Taille du Fichier 985 KB
Nombre d'Installations 3,174
Version Actuelle 6.1.0
Dernière Mise à Jour 2022-12-14
Date de Publication 2019-03-23
Évaluation 3.92/5 Total 50 Évaluations
Développeur ChanPete
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}