Change Website Background

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

Change Website Background क्या है?

Change Website Background kA द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Changes the background of webpages to a custom image or colour."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Change Website Background एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Change Website Background Change Website Background
ID jmcdblanaidgjcgjohndajigiflfajfg
आधिकारिक URL https://chromewebstore.google.com/detail/change-website-background/jmcdblanaidgjcgjohndajigiflfajfg
विवरण Changes the background of webpages to a custom image or colour.
फ़ाइल का आकार 56.71 KB
स्थापना संख्या 578
वर्तमान संस्करण 1.0.0.1
अंतिम अपडेट 2016-10-10
प्रकाशन तिथि 2016-10-10
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर kA
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
        ]
    }
}