WAw background changer

Change your web app background using this extension. Either enter a URL or upload you custom picture.

Qu'est-ce que WAw background changer ?

WAw background changer est une extension Chrome développée par Yactis, et sa fonction principale est "Change your web app background using this extension. Either enter a URL or upload you custom picture.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension WAw background changer

Téléchargez les fichiers d'extension WAw background changer 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

                        This extension will add a cool new functionality to your web app. 

By using this extension you are able to set custom backgrounds. Either provide a URL or upload your own custom image from your desktop.

WhatsApp™ is a trademark of WhatsApp Inc., registered in the U.S. and other countries. WAw background changer has no relationship to WhatsApp™ or WhatsApp Inc.                    

Informations de Base sur l'Extension

Nom WAw background changer WAw background changer
ID eijlcciihanokedpgaoddjoemphhkjlj
URL Officiel https://chromewebstore.google.com/detail/waw-background-changer/eijlcciihanokedpgaoddjoemphhkjlj
Description Change your web app background using this extension. Either enter a URL or upload you custom picture.
Taille du Fichier 44.8 KB
Nombre d'Installations 19
Version Actuelle 1.1.3
Dernière Mise à Jour 2020-03-29
Date de Publication 2020-03-29
Évaluation 5.00/5 Total 1 Évaluations
Développeur Yactis
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://yactis.nl/privacy-policy.html
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WAw background changer",
    "description": "Change your web app background using this extension. Either enter a URL or upload you custom picture.",
    "version": "1.1.3",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "vendor\/jQuery\/jquery-3.2.1.min.js",
                "js\/content.js"
            ],
            "css": [
                "css\/custom.css"
            ]
        }
    ],
    "icons": {
        "128": "WAw background changer.png"
    },
    "browser_action": {
        "default_popup": "options.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "options_page": "options.html"
}