Downloads

Downloads

Clear the downloads list of all completed downloads. Save images in downloads. Open downloads.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "short_name": "__MSG_appShortName__",
  "description": "__MSG_appDescription__",
  "manifest_version": 3,
  "version": "3.0.2",
  "default_locale": "en",
  "icons": {
    "16": "icons/icon-16.png",
    "19": "icons/icon-19.png",
    "38": "icons/icon-38.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "tabs",
    "contextMenus",
    "browsingData",
    "downloads",
    "downloads.shelf",
    "storage"
  ],
  "action": {
    "default_icon": {
      "19": "icons/icon-19.png"
    }
  },
  "background": {
    "service_worker": "scripts/background.js"
  },
  "options_ui": {
    "page": "ui/options.html"
  },
  "homepage_url": "https://my-downloads.freespeedcheck.net/"
}