Background Changer

apply different colors to webpage background and find which looks perfect

What is Background Changer?

Background Changer is a Chrome extension developed by ermajsurfaceret, and its main feature is "apply different colors to webpage background and find which looks perfect".

Extension Screenshots

screenshot

Download Background Changer Extension CRX File

Download Background Changer 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

                        Background Changer help you apply different colors to your favorite websites background.                    

Extension Basic Information

Name Background Changer Background Changer
ID dolkekeohjbdpclenociegcnolpipafo
Official URL https://chrome.google.com/webstore/detail/background-changer/dolkekeohjbdpclenociegcnolpipafo
Description apply different colors to webpage background and find which looks perfect
File Size 19.77 KB
Installation Count 1,000
Current Version 0.1
Last Updated 2022-07-07
Publish Date 2022-07-07
Rating 3.00/5 Total 1 Ratings
Developer ermajsurfaceret
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Background Changer",
    "description": "apply different colors to webpage background and find which looks perfect",
    "version": "0.1",
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "app.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "webNavigation"
    ]
}