All-In-One Video Downloader Pro 2023

All-In-One Video Downloader Pro 2023

All-In-One Video Downloader Pro 2023 By ImFullStack.dev YouTube Downloader TikTok Downloader Instagram Downloader Twitter Downloader

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "All-In-One Video Downloader Pro 2023",
  "version": "1.0.7",
  "description": "All-In-One Video Downloader Pro 2023 By ImFullStack.dev",
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false,
    "type": "module",
    "page": "index.html"
  },
  "permissions": [
    "<all_urls>",
    "tabs"
  ],
  "browser_action": {
    "default_icon": {
      "16": "icons/border-16.png",
      "48": "icons/border-48.png",
      "96": "icons/border-96.png"
    },
    "default_title": "Click me to download",
    "default_popup": "index.html"
  },
  "icons": {
    "16": "icons/border-16.png",
    "48": "icons/border-48.png",
    "96": "icons/border-96.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{32868366-476e-4dfe-b6ce-dfc68d1977da}",
      "strict_min_version": "100.0"
    },
    "safari": {
      "strict_min_version": "14"
    }
  }
}