Story Saver For IG

Easily download and save stories from Facebook, Instagram, and WhatsApp..
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "action": {
    "default_icon": "icons/icon_32.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "description": "Easily download and save stories from Facebook, Instagram, and WhatsApp..",
  "host_permissions": [
    "*://*.instagram.com/*",
    "*://*.facebook.com/*",
    "*://*.whatsapp.com/*"
  ],
  "icons": {
    "16": "icons/icon_16.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "manifest_version": 3,
  "name": "Story Saver For IG",
  "permissions": [
    "declarativeContent",
    "downloads",
    "scripting",
    "storage"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "version": "2.5"
}