Change Website Background

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

Cos'è Change Website Background?

Change Website Background è un'estensione di Chrome sviluppata da kA, e la sua funzione principale è "Changes the background of webpages to a custom image or colour.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Change Website Background

Scarica i file di estensione Change Website Background in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Change Website Background Change Website Background
ID jmcdblanaidgjcgjohndajigiflfajfg
URL Ufficiale https://chromewebstore.google.com/detail/change-website-background/jmcdblanaidgjcgjohndajigiflfajfg
Descrizione Changes the background of webpages to a custom image or colour.
Dimensione del File 56.71 KB
Conteggio Installazioni 578
Versione Corrente 1.0.0.1
Ultimo Aggiornamento 2016-10-10
Data di Pubblicazione 2016-10-10
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore kA
Tipo di Pagamento free
Lingue Supportate 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"
        ]
    }
}