Overcast Downloader

A shortcut to download the audio file from the Overcast webplayer

Overcast Downloader क्या है?

Overcast Downloader TWright द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A shortcut to download the audio file from the Overcast webplayer"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Overcast Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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
    }
}