Anonymously Story Viewer for Instagram™

Anonymously Story Viewer for Instagram™

View instagram stories and highlights anonymously & secretly without being notified the story owner. WARNING: Please read the instructions below or see extension images to see stories anonymously. DO NOT click profile picture to be anonymous.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "short_name": "Story Viewer",
  "name": "Anonymously Story Viewer for Instagram™",
  "description": "View instagram stories and highlights anonymously without notified the story owner.",
  "version": "1.0.5",
  "manifest_version": 3,
  "icons": {
    "16": "assets/icon_16.png",
    "32": "assets/icon_32.png",
    "64": "assets/icon_64.png",
    "128": "assets/icon_128.png",
    "256": "assets/icon_256.png",
    "512": "assets/icon_512.png"
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://*.instagram.com/*",
    "https://*.cdninstagram.com/*",
    "https://*.fbcdn.net/*"
  ],
  "content_scripts": [
    {
      "js": [
        "content_scripts.bundle.js"
      ],
      "matches": [
        "https://*.instagram.com/*"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.bundle.js"
    ],
    "type": "module"
  },
  "action": {
    "default_popup": "viewer.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{8d9d7190-954b-4c6a-893d-8b17c44b7f6f}"
    }
  }
}