Change Website Background

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

What is Change Website Background?

Change Website Background is a Chrome extension developed by kA, and its main feature is "Changes the background of webpages to a custom image or colour.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Change Website Background Extension CRX File

Download Change Website Background extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Change Website Background Change Website Background
ID jmcdblanaidgjcgjohndajigiflfajfg
Official URL https://chromewebstore.google.com/detail/change-website-background/jmcdblanaidgjcgjohndajigiflfajfg
Description Changes the background of webpages to a custom image or colour.
File Size 56.71 KB
Installation Count 578
Current Version 1.0.0.1
Last Updated 2016-10-10
Publish Date 2016-10-10
Rating 5.00/5 Total 3 Ratings
Developer kA
Payment Type free
Supported Languages 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"
        ]
    }
}