Overcast Downloader
A shortcut to download the audio file from the Overcast webplayer
O que é Overcast Downloader?
Overcast Downloader é uma extensão do Chrome desenvolvida por TWright, e sua principal característica é "A shortcut to download the audio file from the Overcast webplayer".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Overcast Downloader
Baixe arquivos de extensão Overcast Downloader no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Overcast Downloader |
ID | dlnepfckckhaaehhcgkakkgnnkhdlhma |
URL Oficial | https://chromewebstore.google.com/detail/overcast-downloader/dlnepfckckhaaehhcgkakkgnnkhdlhma |
Descrição | A shortcut to download the audio file from the Overcast webplayer |
Tamanho do Arquivo | 16.37 KB |
Contagem de Instalações | 651 |
Versão Atual | 1.0.2 |
Última Atualização | 2016-11-20 |
Data de Publicação | 2016-11-20 |
Classificação | 4.20/5 Total de 5 Avaliações |
Desenvolvedor | TWright |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/tristaaan/OvercastDownloader |
URL da Página de Ajuda | https://github.com/tristaaan/OvercastDownloader |
Idiomas Suportados | 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 } } |