Hubber

Hubber

Click to open a Sci-Hub mirror with the current tab's URL

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Hubber",
  "version": "1.0",
  "description": "Click to open a Sci-Hub mirror with the current tab's URL",
  "permissions": [
    "tabs"
  ],
  "action": {
    "default_icon": {
      "48": "icon.png"
    }
  },
  "background": {
    "service_worker": "service_worker.js"
  },
  "icons": {
    "48": "icon.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}