Overcast Downloader
A shortcut to download the audio file from the Overcast webplayer
Co je Overcast Downloader?
Overcast Downloader je rozšíření Chrome vyvinuté TWright, a jeho hlavní funkcí je „A shortcut to download the audio file from the Overcast webplayer“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Overcast Downloader
Stáhněte si soubory rozšíření Overcast Downloader ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Overcast Downloader |
ID | dlnepfckckhaaehhcgkakkgnnkhdlhma |
Oficiální URL | https://chromewebstore.google.com/detail/overcast-downloader/dlnepfckckhaaehhcgkakkgnnkhdlhma |
Popis | A shortcut to download the audio file from the Overcast webplayer |
Velikost souboru | 16.37 KB |
Počet instalací | 651 |
Aktuální Verze | 1.0.2 |
Poslední Aktualizace | 2016-11-20 |
Datum Vydání | 2016-11-20 |
Hodnocení | 4.20/5 Celkem 5 Hodnocení |
Vývojář | TWright |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/tristaaan/OvercastDownloader |
URL Stránky Nápovědy | https://github.com/tristaaan/OvercastDownloader |
Podporované Jazyky | 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 } } |