Set as desktop background

Change your desktop wallpaper directly from your web browser

What is Set as desktop background?

Set as desktop background is a Chrome extension developed by https://jairocontreras.github.io, and its main feature is "Change your desktop wallpaper directly from your web browser".

Extension Screenshots

screenshot

Download Set as desktop background Extension CRX File

Download Set as desktop 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

                        This extension is compatible with Windows and requires the installation of Python and a script which serve as the native application and messaging host needed to make changes to your computer. Download links and further instructions can be found in the options page.

Additional features:
Save recently applied wallpaper to your downloads                    

Extension Basic Information

Name Set as desktop background Set as desktop background
ID kpnohlcoegedfpikkadcoljdjnijbelp
Official URL https://chromewebstore.google.com/detail/set-as-desktop-background/kpnohlcoegedfpikkadcoljdjnijbelp
Description Change your desktop wallpaper directly from your web browser
File Size 12.92 KB
Installation Count 1,172
Current Version 1.34
Last Updated 2024-02-05
Publish Date 2020-06-06
Rating 3.80/5 Total 10 Ratings
Developer https://jairocontreras.github.io
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": "Set as desktop background",
    "version": "1.34",
    "action": {
        "default_popup": "popup.html"
    },
    "description": "Change your desktop wallpaper directly from your web browser",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png"
    },
    "background": {
        "service_worker": "script\/background.js"
    },
    "options_page": "main.html",
    "permissions": [
        "contextMenus",
        "downloads",
        "nativeMessaging",
        "notifications",
        "storage"
    ]
}