Zedge for pc, Windows & Mac Image Downloader

Zedge for pc, Windows & Mac Image Downloader

Get 'Image Downloader for Zedge', the simple Chrome extension for quick image downloads from Zedge.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Zedge for pc, Windows & Mac Image Downloader",
  "description": "Get 'Image Downloader for Zedge', the simple Chrome extension for quick image downloads from Zedge.",
  "version": "1.0.0",
  "background": {
    "service_worker": "/js/background.js"
  },
  "content_scripts": [
    {
      "js": [
        "/js/script.js"
      ],
      "matches": [
        "https://www.zedge.net/*"
      ],
      "css": [
        "/css/content.css"
      ],
      "all_frames": true
    }
  ],
  "permissions": [
    "downloads"
  ],
  "icons": {
    "128": "/icons/icon_128.png"
  },
  "action": {
    "default_title": "Zedge  Downloader For Pc",
    "default_icon": "/icons/icon_128.png"
  }
}