WAw background changer

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

Apa itu WAw background changer?

WAw background changer adalah ekstensi Chrome yang dikembangkan oleh Yactis, dan fitur utamanya adalah "Change your web app background using this extension. Either enter a URL or upload you custom picture.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi WAw background changer

Unduh file ekstensi WAw background changer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama WAw background changer WAw background changer
ID eijlcciihanokedpgaoddjoemphhkjlj
URL Resmi https://chromewebstore.google.com/detail/waw-background-changer/eijlcciihanokedpgaoddjoemphhkjlj
Deskripsi Change your web app background using this extension. Either enter a URL or upload you custom picture.
Ukuran File 44.8 KB
Jumlah Instalasi 19
Versi Saat Ini 1.1.3
Terakhir Diperbarui 2020-03-29
Tanggal Publikasi 2020-03-29
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Yactis
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://yactis.nl/privacy-policy.html
Bahasa yang Didukung 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"
}