Overcast Downloader

A shortcut to download the audio file from the Overcast webplayer

Qu'est-ce que Overcast Downloader ?

Overcast Downloader est une extension Chrome développée par TWright, et sa fonction principale est "A shortcut to download the audio file from the Overcast webplayer".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Overcast Downloader

Téléchargez les fichiers d'extension Overcast Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Overcast Downloader Overcast Downloader
ID dlnepfckckhaaehhcgkakkgnnkhdlhma
URL Officiel https://chromewebstore.google.com/detail/overcast-downloader/dlnepfckckhaaehhcgkakkgnnkhdlhma
Description A shortcut to download the audio file from the Overcast webplayer
Taille du Fichier 16.37 KB
Nombre d'Installations 651
Version Actuelle 1.0.2
Dernière Mise à Jour 2016-11-20
Date de Publication 2016-11-20
Évaluation 4.20/5 Total 5 Évaluations
Développeur TWright
Type de Paiement free
Site Web de l'Extension https://github.com/tristaaan/OvercastDownloader
URL de la Page d'Aide https://github.com/tristaaan/OvercastDownloader
Langues Prises en Charge 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
    }
}