Story Saver

Story Saver

Simply Download & Save stories from Facebook, Instagram, and WhatsApp.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Story Saver",
  "version": "2.9.4.7",
  "description": "Simply Download & Save stories from Facebook, Instagram, and WhatsApp.",
  "icons": {
    "16": "icons/icon_16.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": "icons/icon_32.png"
  },
  "permissions": [
    "declarativeContent",
    "downloads",
    "scripting",
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "*://*.instagram.com/*",
    "*://*.facebook.com/*",
    "*://*.whatsapp.com/*"
  ]
}