Instagram Profile Selector Firefox

Examine source code of Instagram Profile Selector

Inspect and view changes in Instagram Profile Selector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Instagram Profile Picture Selector",
  "version": "1.0",
  "description": "Selects images with specific alt text on Instagram.",
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.instagram.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "addon@anasbehhari.com",
      "strict_min_version": "42.0",
      "strict_max_version": "50.*"
    },
    "safari": {
      "strict_min_version": "14",
      "strict_max_version": "20"
    }
  }
}

Best Instagram Profile Selector Alternatives

Here are some Firefox add-ons that are similar to Instagram Profile Selector: