Medium Unblocker

Medium Unblocker

A small Chrome extension that bypasses the block on the website "Medium"

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Medium Unblocker",
  "version": "0.1",
  "description": "A small Chrome extension that bypasses the block on the website \"Medium\"",
  "permissions": [
    "webNavigation"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "manifest_version": 2
}