Change Website Background

Changes the background of webpages to a custom image or colour.

Apa itu Change Website Background?

Change Website Background adalah ekstensi Chrome yang dikembangkan oleh kA, dan fitur utamanya adalah "Changes the background of webpages to a custom image or colour.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Change Website Background

Unduh file ekstensi Change Website Background 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

                        Change the background of most websites to a background colour or image of your choice. 

If you use an image, you can use additional features like blur and white tint opacity. 

Whitelisting and blacklisting available.                    

Informasi Dasar Ekstensi

Nama Change Website Background Change Website Background
ID jmcdblanaidgjcgjohndajigiflfajfg
URL Resmi https://chromewebstore.google.com/detail/change-website-background/jmcdblanaidgjcgjohndajigiflfajfg
Deskripsi Changes the background of webpages to a custom image or colour.
Ukuran File 56.71 KB
Jumlah Instalasi 578
Versi Saat Ini 1.0.0.1
Terakhir Diperbarui 2016-10-10
Tanggal Publikasi 2016-10-10
Penilaian 5.00/5 Total 3 Penilaian
Pengembang kA
Tipe Pembayaran free
Bahasa yang Didukung en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Change Website Background",
    "short_name": "DramaBack",
    "version": "1.0.0.1",
    "description": "Changes the background of webpages to a custom image or colour.",
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "64": "\/im\/icon1.png"
    },
    "browser_action": {
        "default_icon": "\/im\/icon1.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/jquery.js",
                "\/js\/toolbar.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "\/js\/background.js"
        ]
    }
}