Sci-Hub Master

Sci-Hub Master

Let's use Sci-Hub Master together to get journal articles of interest with one click !

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Sci-Hub Master",
  "description": "Let's use Sci-Hub Master together to get journal articles of interest with one click !",
  "version": "3.4",
  "manifest_version": 3,
  "icons": {
    "16": "scihub_master.png",
    "48": "scihub_master.png",
    "128": "scihub_master.png"
  },
  "action": {
    "default_icon": "scihub_master.png",
    "default_title": "Sci-Hub Master"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "activeTab",
    "contextMenus",
    "storage"
  ],
  "host_permissions": [
    "*://*/"
  ],
  "options_page": "options.html",
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  }
}