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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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 } } |