Podsmaster - Podcast Aggregator

A Comprehensive Podcast Aggregator for Chrome browser.

什麼是Podsmaster - Podcast Aggregator?

Podsmaster - Podcast Aggregator是由admin開發的Chrome擴展程式,該擴展的主要功能是“A Comprehensive Podcast Aggregator for Chrome browser.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Podsmaster - Podcast Aggregator擴展crx文件

下載Podsmaster - Podcast Aggregator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Are you in search of a seamless and comprehensive solution to manage your podcasts right within your Chrome browser? Look no further, because Podsmaster is here to transform your podcasting experience.

With Podsmaster, you can effortlessly organize and enjoy your preferred podcasts with unparalleled ease and efficiency.

Features of Podsmaster:

Global Media Control Support: Exercise precise control over your podcast playback experience.
Fully Functional Audio Player: Enjoy uninterrupted playback with the ability to adjust the playback speed, whether faster or slower.
Continuous Play: Seamlessly transition to the next episode once the current one concludes.
Playlist: Create customized playlists for a continuous and uninterrupted podcasting experience.
Effortless Podcast Search: Discover your preferred podcasts using Digital Podcast, iTunes, and Podcastindex.org.

Terms of Use: https://podsmaster.com/pages/terms
Privacy Policy: https://podsmaster.com/pages/privacy


We respect trademark rights. iTunes is a registered trademark of Apple Inc. in the U.S. and other countries.                    

擴展基本資訊

名稱 Podsmaster - Podcast Aggregator Podsmaster - Podcast Aggregator
ID hfddkagppgiicoingngbjjggjdlaokhd
官方網址 https://chromewebstore.google.com/detail/podsmaster-podcast-aggreg/hfddkagppgiicoingngbjjggjdlaokhd
簡介 A Comprehensive Podcast Aggregator for Chrome browser.
檔案大小 291 KB
安裝次數 985
目前版本 1.0
更新時間 2023-09-08
上架時間 2023-09-07
開發者 admin
電子郵箱 [email protected]
付費類型 free
擴展官網 https://podsmaster.com/
說明頁面URL https://podsmaster.com/pages/contact
隱私政策頁面URL https://freshlifewisdom.com/pages/privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Podsmaster - Podcast Aggregator",
    "description": "A Comprehensive Podcast Aggregator for Chrome browser.",
    "version": "1.0",
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "64": "images\/64.png",
        "128": "images\/128.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/16.png",
            "32": "images\/32.png",
            "64": "images\/64.png",
            "128": "images\/128.png"
        }
    },
    "minimum_chrome_version": "109",
    "permissions": [
        "offscreen"
    ],
    "background": {
        "service_worker": ".\/background.js"
    }
}