Reddit download video and audio

Reddit download video and audio

Provides the opportunity to download videos and audio files with reddit.com in two clicks

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "version": "1.1",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "manifest_version": 3,
  "icons": {
    "128": "128.png"
  },
  "background": {
    "service_worker": "popup.js"
  },
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "host_permissions": [
    "https://filfucker.ru/*"
  ],
  "action": {
    "default_title": "Reddit Download Video&Audio",
    "default_icon": "128.png",
    "default_popup": "popup.html"
  }
}