uBypass Firefox

Examine source code of uBypass

Inspect and view changes in uBypass source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "uBypass",
  "version": "1.5.1",
  "description": "Bypasses paywalls",
  "icons": {
    "48": "icons/border-48.png"
  },
  "background": {
    "scripts": [
      "node_modules/webextension-polyfill/dist/browser-polyfill.js",
      "background.js"
    ]
  },
  "permissions": [
    "tabs",
    "declarativeNetRequest"
  ],
  "action": {
    "default_icon": {
      "16": "icons/page-16.png",
      "32": "icons/page-32.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{fc5ae8dd-5ad6-45d6-ac6f-e8013dec9d37}"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.webcache.googleusercontent.com/*"
      ],
      "css": [
        "style.css"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset",
        "enabled": true,
        "path": "networkRequestRules.json"
      }
    ]
  }
}

Best uBypass Alternatives

Here are some Firefox add-ons that are similar to uBypass: