Overcast Downloader
A shortcut to download the audio file from the Overcast webplayer
Τι είναι το Overcast Downloader;
Το Overcast Downloader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον TWright, και η κύρια λειτουργία του είναι "A shortcut to download the audio file from the Overcast webplayer".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Overcast Downloader
Λήψη αρχείων επέκτασης Overcast Downloader σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Overcast Downloader |
ID | dlnepfckckhaaehhcgkakkgnnkhdlhma |
Επίσημο URL | https://chromewebstore.google.com/detail/overcast-downloader/dlnepfckckhaaehhcgkakkgnnkhdlhma |
Περιγραφή | A shortcut to download the audio file from the Overcast webplayer |
Μέγεθος Αρχείου | 16.37 KB |
Αριθμός Εγκαταστάσεων | 651 |
Τρέχουσα Έκδοση | 1.0.2 |
Τελευταία Ενημέρωση | 2016-11-20 |
Ημερομηνία Δημοσίευσης | 2016-11-20 |
Αξιολόγηση | 4.20/5 Συνολικά 5 Αξιολογήσεις |
Προγραμματιστής | TWright |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/tristaaan/OvercastDownloader |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/tristaaan/OvercastDownloader |
Υποστηριζόμενες Γλώσσες | 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 } } |