Change Website Background

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

Vad är Change Website Background?

Change Website Background är en Chrome-tillägg utvecklad av kA, och dess huvudfunktion är "Changes the background of webpages to a custom image or colour.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Change Website Background-förlängningens CRX-fil

Ladda ner Change Website Background-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Change Website Background Change Website Background
ID jmcdblanaidgjcgjohndajigiflfajfg
Officiell webbadress https://chromewebstore.google.com/detail/change-website-background/jmcdblanaidgjcgjohndajigiflfajfg
Beskrivning Changes the background of webpages to a custom image or colour.
Filstorlek 56.71 KB
Antal Installationer 578
Aktuell Version 1.0.0.1
Senast Uppdaterad 2016-10-10
Publiceringsdatum 2016-10-10
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare kA
Betalningssätt free
Stödda Språk 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"
        ]
    }
}