WAw background changer

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

O que é WAw background changer?

WAw background changer é uma extensão do Chrome desenvolvida por Yactis, e sua principal característica é "Change your web app background using this extension. Either enter a URL or upload you custom picture.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão WAw background changer

Baixe arquivos de extensão WAw background changer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome WAw background changer WAw background changer
ID eijlcciihanokedpgaoddjoemphhkjlj
URL Oficial https://chromewebstore.google.com/detail/waw-background-changer/eijlcciihanokedpgaoddjoemphhkjlj
Descrição Change your web app background using this extension. Either enter a URL or upload you custom picture.
Tamanho do Arquivo 44.8 KB
Contagem de Instalações 19
Versão Atual 1.1.3
Última Atualização 2020-03-29
Data de Publicação 2020-03-29
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Yactis
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://yactis.nl/privacy-policy.html
Idiomas Suportados 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"
}