4chanMediaDownloader Firefox

Examine source code of 4chanMediaDownloader

By: TPT
Inspect and view changes in 4chanMediaDownloader source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "4chanMediaDownloader",
  "description": "Add a download button for each media in a thread. Can bulk download all media at once.",
  "version": "1.0.3",
  "icons": {
    "64": "icons/icon.png",
    "128": "icons/icon-128x128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://boards.4chan.org/*",
        "*://boards.4channel.org/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "permissions": [
    "downloads",
    "downloads.open"
  ],
  "content_security_policy": "default-src 'self'",
  "browser_specific_settings": {
    "gecko": {
      "id": "{e5208388-1e55-49fb-91cf-f8b79c128f56}"
    }
  }
}

Best 4chanMediaDownloader Alternatives

Here are some Firefox add-ons that are similar to 4chanMediaDownloader: