ElseWhere

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

What is ElseWhere?

ElseWhere is a Chrome extension developed by Alf Eaton, and its main feature is "Redirects from Elsevier login pages to thinkchecksubmit.org; adds sci-hub.io to sciencedirect.com articles.".

Extension Screenshots

screenshot

Download ElseWhere Extension CRX File

Download ElseWhere extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Source code: https://github.com/hubgit/elsewhere                    

Extension Basic Information

Name ElseWhere ElseWhere
ID macdjnpohgjehopclkfldiagchgpddok
Official URL https://chromewebstore.google.com/detail/elsewhere/macdjnpohgjehopclkfldiagchgpddok
Description Redirects from Elsevier login pages to thinkchecksubmit.org; adds sci-hub.io to sciencedirect.com articles.
File Size 3.37 KB
Installation Count 1,115
Current Version 0.1.2
Last Updated 2016-02-16
Publish Date 2016-02-16
Rating 4.17/5 Total 6 Ratings
Developer Alf Eaton
Email [email protected]
Payment Type free
Supported Languages en
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\/*"
    ]
}