Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "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" } }