WAw background changer

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

¿Qué es WAw background changer?

WAw background changer es una extensión de Chrome desarrollada por Yactis, y su función principal es "Change your web app background using this extension. Either enter a URL or upload you custom picture.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión WAw background changer

Descarga archivos de extensión WAw background changer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre WAw background changer WAw background changer
ID eijlcciihanokedpgaoddjoemphhkjlj
URL Oficial https://chromewebstore.google.com/detail/waw-background-changer/eijlcciihanokedpgaoddjoemphhkjlj
Descripción Change your web app background using this extension. Either enter a URL or upload you custom picture.
Tamaño del Archivo 44.8 KB
Cantidad de Instalaciones 19
Versión Actual 1.1.3
Última Actualización 2020-03-29
Fecha de Publicación 2020-03-29
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Yactis
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://yactis.nl/privacy-policy.html
Idiomas Soportados 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"
}