Telegra.ph media downloader

Telegra.ph media downloader

Super simple, fast and clean image, video and audio downloader from telegra.ph

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Telegra.ph media downloader",
  "description": "Super simple, fast and clean image, video and audio downloader from telegra.ph",
  "version": "1.3.0",
  "icons": {
    "16": "images/logo/16.png",
    "48": "images/logo/48.png",
    "128": "images/logo/128.png"
  },
  "action": {
    "default_icon": {
      "16": "images/logo/16.png",
      "48": "images/logo/48.png",
      "128": "images/logo/128.png"
    }
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "activeTab",
    "scripting"
  ]
}