No PDF Download

No PDF Download

Opens all PDF files directly in the browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "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"
  }
}