Instagram Button Remover Firefox

Examine source code of Instagram Button Remover

Inspect and view changes in Instagram Button Remover source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Instagram Button Hider",
  "version": "1.1",
  "description": "Hide certain buttons on Instagram on desktop and Firefox for Android.",
  "permissions": [
    "activeTab",
    "scripting",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "instagram-button-hider@local",
      "strict_min_version": "121.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.instagram.com/*",
        "*://m.instagram.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "host_permissions": [
    "*://www.instagram.com/*",
    "*://m.instagram.com/*"
  ]
}

Best Instagram Button Remover Alternatives

Here are some Firefox add-ons that are similar to Instagram Button Remover: