Reddit URL Switch Firefox

Examine source code of Reddit URL Switch

Inspect and view changes in Reddit URL Switch source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Reddit URL Switch",
  "version": "1.0",
  "description": "A simple extension to switch Reddit URLs. Allows the user to switch between old reddit and new reddit with a single click.",
  "content_scripts": [
    {
      "matches": [
        "*://www.reddit.com/*"
      ],
      "js": [
        "script.js"
      ]
    }
  ],
  "permissions": [
    "tabs"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{6da3b8bd-dd3a-4919-b19e-b68391fbce6c}"
    }
  }
}

Best Reddit URL Switch Alternatives

Here are some Firefox add-ons that are similar to Reddit URL Switch: