Don't block Imgur, Please

Don't block Imgur, Please

Pick best web proxy automatically and access imgur via it.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "zh_TW",
  "version": "2.4",
  "icons": {
    "16": "images/icon16.png",
    "19": "images/icon19.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png"
  },
  "permissions": [
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "storage",
    "<all_urls>"
  ],
  "browser_action": {
    "default_icon": "images/icon16.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-messager.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "axios.min.js",
      "proxy-sites.js",
      "background.js"
    ]
  },
  "web_accessible_resources": [
    "embed-imgur.js",
    "images/loading.png",
    "images/failed.png"
  ]
}