ORF Radiothek Download

Download von Inhalten der ORF Radiothek

ORF Radiothek Downloadとは何ですか?

ORF Radiothek Downloadはniklas.hoeslによって開発されたChromeの拡張機能で、その主な機能は「Download von Inhalten der ORF Radiothek」です。

拡張機能のスクリーンショット

screenshot

ORF Radiothek Download拡張機能のCRXファイルをダウンロード

ORF Radiothek Download拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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ß!                    

拡張機能の基本情報

名前 ORF Radiothek Download ORF Radiothek Download
ID ibpocciholggdbggengnomeikgkibmah
公式URL https://chromewebstore.google.com/detail/orf-radiothek-download/ibpocciholggdbggengnomeikgkibmah
説明 Download von Inhalten der ORF Radiothek
ファイルサイズ 34.98 KB
インストール数 5,738
現在のバージョン 1.7
最終更新日 2019-11-29
公開日 2019-11-29
評価 4.33/5 合計 55 レビュー
開発者 niklas.hoesl
支払い方法 free
拡張機能のウェブサイト http://www.rwrbrille.at
対応言語 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"
            ]
        }
    ]
}