Overcast Downloader
A shortcut to download the audio file from the Overcast webplayer
Apa itu Overcast Downloader?
Overcast Downloader adalah ekstensi Chrome yang dikembangkan oleh TWright, dan fitur utamanya adalah "A shortcut to download the audio file from the Overcast webplayer".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Overcast Downloader
Unduh file ekstensi Overcast Downloader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Overcast Downloader |
ID | dlnepfckckhaaehhcgkakkgnnkhdlhma |
URL Resmi | https://chromewebstore.google.com/detail/overcast-downloader/dlnepfckckhaaehhcgkakkgnnkhdlhma |
Deskripsi | A shortcut to download the audio file from the Overcast webplayer |
Ukuran File | 16.37 KB |
Jumlah Instalasi | 651 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2016-11-20 |
Tanggal Publikasi | 2016-11-20 |
Penilaian | 4.20/5 Total 5 Penilaian |
Pengembang | TWright |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/tristaaan/OvercastDownloader |
URL Halaman Bantuan | https://github.com/tristaaan/OvercastDownloader |
Bahasa yang Didukung | 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 } } |