Old Reddit Sidebar Toggle Firefox

Examine source code of Old Reddit Sidebar Toggle

By: drg
Inspect and view changes in Old Reddit Sidebar Toggle source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Reddit Sidebar Toggle",
  "short_name": "RTS",
  "version": "0.6",
  "description": "Toggles visibility for reddit's sidebar",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "author": "(Original from Chrome Extension Store) Nicholas DT Carvalho, Modified by KahnTek to work for Firefox",
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "permissions": [
    "storage",
    "tabs",
    "*://*.reddit.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.reddit.com/*"
      ],
      "js": [
        "jquery-3.6.0.min.js",
        "redditSidebarToggle.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{fa664c41-c23e-42dc-88cc-17e9e37c8de5}"
    }
  }
}

Best Old Reddit Sidebar Toggle Alternatives

Here are some Firefox add-ons that are similar to Old Reddit Sidebar Toggle: