WAw background changer

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

Co je WAw background changer?

WAw background changer je rozšíření Chrome vyvinuté Yactis, a jeho hlavní funkcí je „Change your web app background using this extension. Either enter a URL or upload you custom picture.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření WAw background changer

Stáhněte si soubory rozšíření WAw background changer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název WAw background changer WAw background changer
ID eijlcciihanokedpgaoddjoemphhkjlj
Oficiální URL https://chromewebstore.google.com/detail/waw-background-changer/eijlcciihanokedpgaoddjoemphhkjlj
Popis Change your web app background using this extension. Either enter a URL or upload you custom picture.
Velikost souboru 44.8 KB
Počet instalací 19
Aktuální Verze 1.1.3
Poslední Aktualizace 2020-03-29
Datum Vydání 2020-03-29
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Yactis
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://yactis.nl/privacy-policy.html
Podporované Jazyky 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"
}