medium infinity reader

medium infinity reader

Redefined 'referer' in HTTP header to read medium article.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "medium infinity reader",
  "description": "Redefined 'referer' in HTTP header to read medium article.",
  "version": "1.1.1",
  "icons": {
    "16": "icon_on.png",
    "48": "icon_on.png",
    "128": "icon_on.png"
  },
  "browser_action": {
    "default_icon": "icon_on.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "https://*.medium.com/*",
    "webRequest",
    "webRequestBlocking"
  ],
  "background": {
    "matches": [
      "https://medium.com/*"
    ],
    "scripts": [
      "bgp.js"
    ],
    "persistent": true
  }
}