Screenshot Downloader Firefox

Examine source code of Screenshot Downloader

Inspect and view changes in Screenshot Downloader source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Screenshot Downloader",
  "version": "1.0",
  "description": "Addon Firefox MV3 cho phép chụp và tải ảnh màn hình của tab hiện tại.",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "permissions": [
    "tabs",
    "activeTab",
    "downloads"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "screenshotdl@example.com",
      "strict_min_version": "109.0"
    }
  }
}

Best Screenshot Downloader Alternatives

Here are some Firefox add-ons that are similar to Screenshot Downloader: