Change Website Background

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

Qu'est-ce que Change Website Background ?

Change Website Background est une extension Chrome développée par kA, et sa fonction principale est "Changes the background of webpages to a custom image or colour.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Change Website Background

Téléchargez les fichiers d'extension Change Website Background au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Change Website Background Change Website Background
ID jmcdblanaidgjcgjohndajigiflfajfg
URL Officiel https://chromewebstore.google.com/detail/change-website-background/jmcdblanaidgjcgjohndajigiflfajfg
Description Changes the background of webpages to a custom image or colour.
Taille du Fichier 56.71 KB
Nombre d'Installations 578
Version Actuelle 1.0.0.1
Dernière Mise à Jour 2016-10-10
Date de Publication 2016-10-10
Évaluation 5.00/5 Total 3 Évaluations
Développeur kA
Type de Paiement free
Langues Prises en Charge 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"
        ]
    }
}