Stories space for Instagram

Stories space for Instagram

Allows viewing and downloading Instagram Stories from desktop. Watch live videos. Don’t waste time, try it right now.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "version": "1.0.6",
  "default_locale": "en",
  "icons": {
    "256": "img/icon_256.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "img/icon_16.png"
    },
    "default_title": "__MSG_name__"
  },
  "background": {
    "scripts": [
      "js/jquery.js",
      "js/utils.js",
      "js/background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "storage",
    "tabs",
    "downloads",
    "<all_urls>",
    "cookies",
    "webRequest",
    "webRequestBlocking"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "web_accessible_resources": [
    "index.html",
    "css/*",
    "img/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}