Roblox Feed Toggle Firefox

Examine source code of Roblox Feed Toggle

Inspect and view changes in Roblox Feed Toggle source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Roblox Feed Toggle",
  "version": "1.0",
  "description": "Toggle the visibility of the Roblox feed.",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "src/background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.roblox.com/*"
      ],
      "js": [
        "src/content.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "src/popup/index.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{ca34d4c6-c88d-4de0-a4e2-cade86363b9d}"
    }
  }
}

Best Roblox Feed Toggle Alternatives

Here are some Firefox add-ons that are similar to Roblox Feed Toggle: