Examine source code of MangaDex Speedloader

Inspect and view changes in MangaDex Speedloader source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "MangaDex Speedloader",
  "version": "0.99.3b1",
  "description": "Force MangaDex to load from webserver.",
  "icons": {
    "48": "icons/mdenke-48.png",
    "96": "icons/mdenke-96.png"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "https://*.mangadex.org/*",
    "https://*.guya.moe/*"
  ],
  "background": {
    "scripts": [
      "mangadenke.js"
    ]
  }
}