Force Download

Force Download

A tool to force download any URL. Additionally it monitors all requests and logs last embedded audio/video media.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Force Download",
  "version": "1.0.8",
  "description": "__MSG_extDesc__",
  "homepage_url": "https://ashus.ashus.net/viewtopic.php?f=18&t=279",
  "manifest_version": 2,
  "default_locale": "en",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "512": "icons/512.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/16.png",
      "19": "icons/19.png",
      "24": "icons/24.png",
      "32": "icons/32.png",
      "38": "icons/38.png",
      "48": "icons/48.png",
      "64": "icons/64.png"
    },
    "default_popup": "popup.html",
    "default_title": "__MSG_extName__"
  }
}