Instagram-guest

Instagram-guest

Allows to browse Instagram without forcing you to login. Note: Instagram is recently forcing the login page which breaks the add-on in some cases. 🙏 Thank you for your feedback and support.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Insta-guest",
  "version": "1.5",
  "description": "Allows to browse Instagram without login.",
  "content_scripts": [
    {
      "matches": [
        "*://www.instagram.com/*"
      ],
      "js": [
        "app.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{8e6822de-d72f-4284-9400-1164ee39b07d}"
    }
  }
}