Overcast Downloader

A shortcut to download the audio file from the Overcast webplayer

¿Qué es Overcast Downloader?

Overcast Downloader es una extensión de Chrome desarrollada por TWright, y su función principal es "A shortcut to download the audio file from the Overcast webplayer".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Overcast Downloader

Descarga archivos de extensión Overcast Downloader en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Overcast Downloader Overcast Downloader
ID dlnepfckckhaaehhcgkakkgnnkhdlhma
URL Oficial https://chromewebstore.google.com/detail/overcast-downloader/dlnepfckckhaaehhcgkakkgnnkhdlhma
Descripción A shortcut to download the audio file from the Overcast webplayer
Tamaño del Archivo 16.37 KB
Cantidad de Instalaciones 651
Versión Actual 1.0.2
Última Actualización 2016-11-20
Fecha de Publicación 2016-11-20
Calificación 4.20/5 Total de 5 Calificaciones
Desarrollador TWright
Tipo de Pago free
Sitio Web de la Extensión https://github.com/tristaaan/OvercastDownloader
URL de la Página de Ayuda https://github.com/tristaaan/OvercastDownloader
Idiomas Soportados 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
    }
}