ElseWhere

ElseWhere

Redirects from Elsevier login pages to thinkchecksubmit.org; adds sci-hub.io to sciencedirect.com articles.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ElseWhere",
  "version": "0.1.2",
  "manifest_version": 2,
  "description": "Redirects from Elsevier login pages to thinkchecksubmit.org; adds sci-hub.io to sciencedirect.com articles.",
  "background": {
    "scripts": [
      "events.js"
    ],
    "persistent": true
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "*://ees.elsevier.com/*",
    "*://editorial.elsevier.com/*",
    "*://www.sciencedirect.com/science/article/pii/*"
  ]
}