Change Website Background

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

Wat is Change Website Background?

Change Website Background is een Chrome-extensie ontwikkeld door kA, en de belangrijkste functie is "Changes the background of webpages to a custom image or colour.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Change Website Background

Download Change Website Background-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Change Website Background Change Website Background
ID jmcdblanaidgjcgjohndajigiflfajfg
Officiële URL https://chromewebstore.google.com/detail/change-website-background/jmcdblanaidgjcgjohndajigiflfajfg
Beschrijving Changes the background of webpages to a custom image or colour.
Bestandsgrootte 56.71 KB
Aantal Installaties 578
Huidige Versie 1.0.0.1
Laatst Bijgewerkt 2016-10-10
Publicatiedatum 2016-10-10
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar kA
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}