HxRam Downer V4.1 - Hx2N

HxRam Downer V4.1 - Hx2N

Download Photos and Videos from Instagram By Mr.Hx2N Any problem contact here - ( https://linktr.ee/Hx2N ) VT : https://www.virustotal.com/gui/file/e375c684398013e9419b293f8c570938b25e0fb7903ef26029d3c786101e629d?nocache=1

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "HxRam Downer V4.1 - Hx2N",
  "description": "Download Photos and Videos from Instagram Post, Reels, TV, Stories By Mr.Hx2N",
  "version": "4.1",
  "manifest_version": 3,
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "host_permissions": [
    "https://www.instagram.com/*"
  ],
  "action": {
    "default_icon": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.instagram.com/*"
      ],
      "js": [
        "src/js/main.js",
        "src/js/post.js",
        "src/js/story.js",
        "src/libs/jszip.min.js"
      ],
      "css": [
        "src/style/style.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{1b93b77e-df66-4901-9702-63d681d702f7}"
    }
  }
}