Instagram Without Account

Instagram Without Account

Allows you to browse Instagram without an account and without logging in by removing the popup.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Instagram Without Account",
  "version": "0.0.0.1",
  "description": "Allows you to browse Instagram without an account and without logging in by removing the popup.",
  "content_scripts": [
    {
      "js": [
        "ig-nologin-content.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}