Free podcast Player for Chrome

A podcast aggregator for Chrome

Free podcast Player for Chrome क्या है?

Free podcast Player for Chrome Free Software द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A podcast aggregator for Chrome"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Free podcast Player for Chrome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Podcast Player is a RSS podcast aggregator. Get access to all your podcasts in one simple location.

Just add your podcast feeds in the main page or use the search tool and be happy.

Features:
* Useful audio media tool, this extension can play the podcast in the background and allows you to adjust the playback rate (speed), increase the speed/slow it down for important parts.
* Auto play, go directly to the next podcast episode when the current one ends. 
* Playlist
* Podcast search (using www.podcastsearchservice.com and iTunes)
* Detects feeds in pages you visit (the icon will change when a feed is found)


Note on permissions:
* "Read and modify all your data on all websites you visit" - This is necessary for the extension to detect RSS feeds in THE websites. The extension does not read YOUR data from any web site and send it to our servers etc. All your data is kept on your local hard drive.

iTunes is a trademark of Apple Inc., registered in the U.S. and other countries. This extension made by a third party developer and not made by any developer from Apple or Google.                    

एक्सटेंशन की मूल जानकारी

नाम Free podcast Player for Chrome Free podcast Player for Chrome
ID hbkfjjgfkopdgibcdfeogbpkcndmhfdm
आधिकारिक URL https://chromewebstore.google.com/detail/free-podcast-player-for-c/hbkfjjgfkopdgibcdfeogbpkcndmhfdm
विवरण A podcast aggregator for Chrome
फ़ाइल का आकार 1.31 MB
स्थापना संख्या 455
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2020-07-14
प्रकाशन तिथि 2020-05-05
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर Free Software
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.freebusinessapps.net/privacy
समर्थित भाषाएँ id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Free podcast Player for Chrome",
    "description": "A podcast aggregator for Chrome",
    "version": "1.0.1",
    "default_locale": "en",
    "icons": {
        "16": "icons\/podcast_16.png",
        "32": "icons\/podcast_32.png",
        "48": "icons\/podcast_48.png",
        "64": "icons\/podcast_64.png",
        "128": "icons\/podcast_128.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "alarms",
        "contextMenus",
        "idle"
    ],
    "browser_action": {
        "default_title": "podStation"
    },
    "background": {
        "page": "background\/background.html",
        "persistent": false
    },
    "manifest_version": 2,
    "options_page": "podstation.html#\/Options",
    "commands": {
        "play_pause": {
            "suggested_key": {
                "default": "MediaPlayPause"
            },
            "description": "Play\/Pause podcast",
            "global": true
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}