Overcast Downloader
A shortcut to download the audio file from the Overcast webplayer
Overcast Downloaderとは何ですか?
Overcast DownloaderはTWrightによって開発されたChromeの拡張機能で、その主な機能は「A shortcut to download the audio file from the Overcast webplayer」です。
拡張機能のスクリーンショット
Overcast Downloader拡張機能のCRXファイルをダウンロード
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 } } |