Examine source code of Prext

Inspect and view changes in Prext source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "PREXT",
  "description": "Redirects YouTube, Reddit, Twitter, and Wikipedia to privacy respecting frontends.",
  "version": "1.0",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "512": "cam.png"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "*://*.reddit.com/*",
    "*://*.youtube.com/*",
    "*://*.twitter.com/*",
    "*://*.wikipedia.org/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{fbf67809-1712-4e48-825f-ce71b3aae70c}"
    }
  }
}