HD Wallpapers

4K HD Wallpapers: get daily wallpapers for desktop, tablets and phones.

What is HD Wallpapers?

HD Wallpapers is a Chrome extension developed by https://uhdwallpapers.org, and its main feature is "4K HD Wallpapers: get daily wallpapers for desktop, tablets and phones.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download HD Wallpapers Extension CRX File

Download HD 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

                        This extension is basically the official RSS feed for https://uhdwallpapers.org/ gallery. 
If you wish to have a small button in your Chrome to know when a new wallpaper is featured just use it. 
Almost all wallpapers are in 4K ultra HD 3840x2160 size. 

**Update 10/06/2018**
All links are now secured (HTTPS).
A new look for the app was implemented and the thumbnails are fetched in the original size (400x225).                    

Extension Basic Information

Name HD Wallpapers HD Wallpapers
ID pjdffmepemokbecpbkcgbogmdhobbdkl
Official URL https://chromewebstore.google.com/detail/hd-wallpapers/pjdffmepemokbecpbkcgbogmdhobbdkl
Description 4K HD Wallpapers: get daily wallpapers for desktop, tablets and phones.
File Size 57.28 KB
Installation Count 1,644
Current Version 1.5
Last Updated 2018-06-10
Publish Date 2018-06-10
Rating 3.00/5 Total 1 Ratings
Developer https://uhdwallpapers.org
Payment Type free
Extension Website https://uhdwallpapers.org/
Supported Languages en-US
manifest.json
{
    "background": {
        "scripts": [
            "jquery-1.12.4.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "HD Wallpapers"
    },
    "short_name": "Wallpapers",
    "description": "4K HD Wallpapers: get daily wallpapers for desktop, tablets and phones.",
    "homepage_url": "https:\/\/uhdwallpapers.org\/",
    "icons": {
        "128": "128.png",
        "16": "icon.png",
        "48": "48.png"
    },
    "manifest_version": 2,
    "name": "HD Wallpapers",
    "permissions": [
        "https:\/\/uhdwallpapers.org\/",
        "https:\/\/uhdwallpapers.org\/wallpapers\/latest\/?feed=rss",
        "notifications"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.5"
}