Browser PDF Opener

Browser PDF Opener

Browser PDF Opener grants you hassle-free access to all PDF files directly within your browser. No more pesky "Save as" prompts or automatic downloads.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "No PDF Download",
  "description": "Opens all PDF files directly in the browser.",
  "version": "1.0.6",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "src/headers.js",
      "src/background.js"
    ]
  },
  "icons": {
    "128": "icon_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{6782daba-8109-47da-9aa6-40c05587a3ad}"
    }
  }
}