Atomic Video Downloader

Atomic Video Downloader

All in one privacy focused, lightweight and ultra fast video downloader

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Atomic Video Downloader",
  "version": "1.1.43",
  "description": "All in one privacy focused, lightweight and ultra fast video downloader",
  "icons": {
    "16": "16x16.png",
    "48": "48x48.png",
    "128": "128x128.png"
  },
  "action": {
    "default_title": "AtomicVideo",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "match_origin_as_fallback": true,
      "all_frames": true,
      "js": [
        "ponyfill.js",
        "stack.min.js",
        "in-content.js"
      ]
    }
  ],
  "background": {
    "service_worker": "background.js"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; connect-src http://localhost:3597 http://* https://* data: blob: filesystem:; object-src 'self'; img-src * data: 'self' 'self'"
  },
  "offline_enabled": true,
  "host_permissions": [
    "*://atomicvideo.io/*",
    "<all_urls>"
  ],
  "permissions": [
    "activeTab",
    "downloads",
    "storage",
    "cookies",
    "scripting"
  ],
  "externally_connectable": {
    "matches": [
      "*://atomicvideo.io/*"
    ]
  },
  "default_locale": "en"
}