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”。

擴展截圖

screenshot

下載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 Overcast Downloader
ID dlnepfckckhaaehhcgkakkgnnkhdlhma
官方網址 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
    }
}