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文件
下载Overcast Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 } } |