ORF Radiothek Download
Download von Inhalten der ORF Radiothek
ORF Radiothek Download란 무엇입니까?
ORF Radiothek Download은(는) niklas.hoesl에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download von Inhalten der ORF Radiothek"입니다.
확장 프로그램 스크린샷
ORF Radiothek Download 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" ] } ] } |