Wallhaven Direct Downloader

Wallhaven Direct Downloader

Allows you to download the wallpapers on Wallhaven directly from the search/tag/random/toplist pages

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Wallhaven Direct Downloader",
  "version": "1.4.1",
  "manifest_version": 3,
  "description": "Allows you to download the wallpapers on Wallhaven directly from the search/tag/random/toplist pages",
  "content_scripts": [
    {
      "matches": [
        "*://wallhaven.cc/wallpaper/*",
        "*://wallhaven.cc/tag/*",
        "*://wallhaven.cc/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "wbs.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "wallbase.eot",
        "wallbase.ttf",
        "wallbase.svg",
        "wallbase.woff"
      ],
      "matches": [
        "https://wallhaven.cc/*"
      ]
    }
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "host_permissions": [
    "*://wallhaven.cc/*",
    "*://*.wallhaven.cc/*"
  ]
}