Examine source code of PDF-Direct

Inspect and view changes in PDF-Direct 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": "Direct PDF Download",
  "version": "1.2",
  "description": "Redirects academic journal fancy PDF viewers to direct file downloads.",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "*://*.royalsocietypublishing.org/*",
    "*://*.sagepub.com/*",
    "*://*.tandfonline.com/*",
    "*://*.wiley.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{f2b67e28-b47e-4b3f-9c92-4a201352ff73}"
    }
  }
}