Social Media Downloader - SocialPlus

Status Download & Save stories from Facebook and WhatsApp, Instagram story downloader Only with a simple click
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_name__",
  "version": "1.0.14",
  "homepage_url": "https://socialplus.ai",
  "description": "__MSG_desc__",
  "default_locale": "en",
  "permissions": [
    "declarativeContent",
    "downloads",
    "scripting",
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "*://*.instagram.com/*",
    "*://*.facebook.com/*",
    "*://*.whatsapp.com/*"
  ],
  "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"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "icons/*",
        "styles/*",
        "popup.html",
        "content_scripts/*",
        "images/*"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ]
}