4k Wallpapers

Download all 4k wallpaper images for your desktop backgrounds.

What is 4k Wallpapers?

4k Wallpapers is a Chrome extension developed by Nisha Roy, and its main feature is "Download all 4k wallpaper images for your desktop backgrounds.".

Extension Screenshots

screenshot

Download 4k Wallpapers Extension CRX File

Download 4k Wallpapers 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

                        Download all 4k wallpaper images for your desktop backgrounds. These 4k ultra-HD wallpapers are free to use and perfect for high resolution computers and laptops.                    

Extension Basic Information

Name 4k Wallpapers 4k Wallpapers
ID ifkangkafkbekeepjhhglfdbgbpbdedi
Official URL https://chromewebstore.google.com/detail/4k-wallpapers/ifkangkafkbekeepjhhglfdbgbpbdedi
Description Download all 4k wallpaper images for your desktop backgrounds.
File Size 29.43 KB
Installation Count 19
Current Version 1
Last Updated 2018-09-02
Publish Date 2018-09-02
Developer Nisha Roy
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "4k Wallpapers",
    "description": "Download all 4k wallpaper images for your desktop backgrounds.",
    "browser_action": {
        "default_title": "Click Here !"
    },
    "version": "1",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ]
}