Unknown View

Unknown View

View and download instagram and Facebook stories Anonymously

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Unknown View",
  "description": "View and download instagram and Facebook stories Anonymously",
  "version": "1.0.0",
  "author": "Artur Gofhogwarts",
  "manifest_version": 3,
  "icons": {
    "16": "/assets/img/16x16.png",
    "32": "/assets/img/32x32.png",
    "48": "/assets/img/48x48.png",
    "128": "/assets/img/128x128.png"
  },
  "action": {
    "default_title": "Unknown View",
    "default_popup": "index.html",
    "default_height": 100,
    "default_icon": {
      "16": "/assets/img/16x16.png",
      "32": "/assets/img/32x32.png",
      "48": "/assets/img/48x48.png",
      "128": "/assets/img/128x128.png"
    },
    "icons": {
      "16": "/assets/img/16x16.png",
      "32": "/assets/img/32x32.png",
      "48": "/assets/img/48x48.png",
      "128": "/assets/img/128x128.png"
    }
  },
  "permissions": [
    "storage",
    "background",
    "declarativeNetRequest",
    "tabs",
    "scripting",
    "cookies",
    "downloads"
  ],
  "host_permissions": [
    "https://*.facebook.com/*",
    "https://*.instagram.com/*",
    "https://*.cdninstagram.com/*"
  ],
  "background": {
    "service_worker": "./assets/js/background.js",
    "type": "module"
  },
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "disable-csp",
        "enabled": true,
        "path": "./rules.json"
      }
    ]
  }
}