ORF Radiothek Download

Download von Inhalten der ORF Radiothek

What is ORF Radiothek Download?

ORF Radiothek Download is a Chrome extension developed by niklas.hoesl, and its main feature is "Download von Inhalten der ORF Radiothek".

Extension Screenshots

screenshot

Download ORF Radiothek Download Extension CRX File

Download ORF Radiothek Download extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Mit dieser Anwendung können Sie alle Beiträge der ORF Radiothek herunterladen (und auch von den einzelnen Radio-Seiten via oe1.orf.at). Links unterhalb des Players findet sich der Download Button für den aktuell abspielenden Beitrag. Danach öffnet sich der Beitrag in einem eigenen Tab. Hier muss man noch Strg+S oder Datei -> "Seite speichern unter" ausführen.

PS: Die neue Version funktioniert jetzt auch mit dem neuen Player!

Viel Spaß!                    

Extension Basic Information

Name ORF Radiothek Download ORF Radiothek Download
ID ibpocciholggdbggengnomeikgkibmah
Official URL https://chromewebstore.google.com/detail/orf-radiothek-download/ibpocciholggdbggengnomeikgkibmah
Description Download von Inhalten der ORF Radiothek
File Size 34.98 KB
Installation Count 5,738
Current Version 1.7
Last Updated 2019-11-29
Publish Date 2019-11-29
Rating 4.33/5 Total 55 Ratings
Developer niklas.hoesl
Payment Type free
Extension Website http://www.rwrbrille.at
Supported Languages de
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ORF Radiothek Download",
    "description": "Download von Inhalten der ORF Radiothek",
    "author": "Niklas Hoesl",
    "homepage_url": "http:\/\/www.rwrBrille.at",
    "version": "1.7",
    "manifest_version": 2,
    "icons": {
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        "dl.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.orf.at\/*"
            ],
            "js": [
                "jquery.min.js",
                "oe1download.js"
            ]
        }
    ]
}