Overcast Downloader
A shortcut to download the audio file from the Overcast webplayer
Overcast Downloader란 무엇입니까?
Overcast Downloader은(는) TWright에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A shortcut to download the audio file from the Overcast webplayer"입니다.
확장 프로그램 스크린샷
Overcast Downloader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Go to the Overcast webplayer for any podcast and click this extension's button. The currently playing podcast will download. It's that simple. No more navigating through the document html to find the audio source element and its src attribute copying that value and pasting it into the url bar hitting enter and then saving that page as an mp3.
확장 프로그램 기본 정보
이름 | Overcast Downloader |
ID | dlnepfckckhaaehhcgkakkgnnkhdlhma |
공식 URL | https://chromewebstore.google.com/detail/overcast-downloader/dlnepfckckhaaehhcgkakkgnnkhdlhma |
설명 | A shortcut to download the audio file from the Overcast webplayer |
파일 크기 | 16.37 KB |
설치 횟수 | 651 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2016-11-20 |
출시 날짜 | 2016-11-20 |
평점 | 4.20/5 총 5 개의 평점 |
개발자 | TWright |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/tristaaan/OvercastDownloader |
도움말 페이지 URL | https://github.com/tristaaan/OvercastDownloader |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Overcast Downloader", "short_name": "Downloader", "description": "A shortcut to download the audio file from the Overcast webplayer", "version": "1.0.2", "browser_action": { "default_icon": "icons\/icon.png", "default_title": "Download podcast" }, "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "permissions": [ "activeTab", "http:\/\/overcast.fm\/*", "https:\/\/overcast.fm\/*" ], "background": { "scripts": [ "src\/background.js" ], "persistent": false } } |