WAw background changer

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

What is WAw background changer?

WAw background changer is a Chrome extension developed by Yactis, and its main feature is "Change your web app background using this extension. Either enter a URL or upload you custom picture.".

Extension Screenshots

screenshot
screenshot

Download WAw background changer Extension CRX File

Download WAw background changer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name WAw background changer WAw background changer
ID eijlcciihanokedpgaoddjoemphhkjlj
Official URL 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.
File Size 44.8 KB
Installation Count 19
Current Version 1.1.3
Last Updated 2020-03-29
Publish Date 2020-03-29
Rating 5.00/5 Total 1 Ratings
Developer Yactis
Email [email protected]
Payment Type free
Privacy Policy Page URL https://yactis.nl/privacy-policy.html
Supported Languages 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"
}