orfline – ORF Download

orfline – ORF Download

Die Erweiterung „orfline - ORF Downloader“ integriert sich nahtlos mit ORF TVthek und fügt einen Button hinzu um Videos zu speichern

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "orfline – ORF Download",
  "description": "Die Erweiterung „orfline - ORF Downloader“ integriert sich nahtlos mit ORF TVthek und fügt einen Button hinzu um Videos zu speichern",
  "version": "2.1",
  "manifest_version": 3,
  "content_scripts": [
    {
      "matches": [
        "https://tvthek.orf.at/*"
      ],
      "js": [
        "lib/jquery-3.6.3.min.js",
        "js/tvthek.js"
      ],
      "css": [
        "css/tvthek.css"
      ]
    }
  ],
  "permissions": [
    "downloads"
  ],
  "background": {
    "service_worker": "js/service_worker.js"
  },
  "icons": {
    "192": "icon.png"
  }
}