Paywall Hopper

Paywall Hopper

Replaces paywalled URL with unpaywalled URL.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Paywall Hopper",
  "version": "1.0",
  "manifest_version": 3,
  "description": "Replaces paywalled URL with unpaywalled URL.",
  "permissions": [
    "tabs",
    "scripting"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {},
  "icons": {
    "16": "hopper.png",
    "48": "hopper.png",
    "128": "hopper.png"
  }
}