CORE Discovery Firefox

Examine source code of CORE Discovery

Inspect and view changes in CORE Discovery source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "CORE Discovery",
  "version": "1.0.4",
  "description": "One-click access to free copies of research papers whenever you hit the paywall",
  "manifest_version": 2,
  "permissions": [
    "storage",
    "*://core.ac.uk/*",
    "*://*.core.ac.uk/*",
    "*://api.unpaywall.org/*"
  ],
  "browser_action": {
    "default_popup": "./popup.html",
    "default_icon": {
      "16": "images/discovery-padlock-16.png",
      "32": "images/discovery-padlock-32.png",
      "48": "images/discovery-padlock-48.png",
      "128": "images/discovery-padlock-128.png"
    }
  },
  "icons": {
    "16": "images/discovery-padlock-16.png",
    "32": "images/discovery-padlock-32.png",
    "48": "images/discovery-padlock-48.png",
    "128": "images/discovery-padlock-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "exclude_matches": [
        "https://*.fb.com/*",
        "https://*.facebook.com/*",
        "https://*.linkedin.com/*",
        "https://*.researchgate.com/*",
        "https://*.researchgate.net/*",
        "https://*.academia.edu/*",
        "https://core.ac.uk/reader/*"
      ],
      "css": [
        "button.css"
      ],
      "js": [
        "button.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "button.css",
    "images/*"
  ]
}

Best CORE Discovery Alternatives

Here are some Firefox add-ons that are similar to CORE Discovery: