BaaBaaPicker - Download and save images and videos

BaaBaaPicker - Download and save images and videos

Download and save images by "ALT & CLICK", download and save videos by "Resource Sniffing".

Merlin
Additional files are visible only to premium users

manifest.json


{
  "version": "1.1.10",
  "author": "Onekki",
  "manifest_version": 3,
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "default_locale": "zh_CN",
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "96": "icons/96.png",
    "128": "icons/128.png"
  },
  "action": {
    "default_popup": "src/popup/index.html"
  },
  "background": {
    "service_worker": "src/service/main.js"
  },
  "content_scripts": [
    {
      "js": [
        "src/injection/frames/main.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "all_frames": true,
      "css": [
        "style.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "icons/48.png"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "permissions": [
    "storage",
    "downloads",
    "offscreen",
    "webRequest",
    "scripting"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}