Podcast Player Prime

An easy-to-use and lite podcast player!

什麼是Podcast Player Prime?

Podcast Player Prime是由Grephy開發的Chrome擴展程式,該擴展的主要功能是“An easy-to-use and lite podcast player!”。

擴展截圖

screenshot
screenshot
screenshot

下載Podcast Player Prime擴展crx文件

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

擴展使用說明

                        Podcast Player Prime provides a nice and easy-to-use platform for listening to your favorite podcast, plus plenty of settings to suit the player to your needs.

Few features:
a. Includes a built-in music player to play and manage your favorite podcasts.
b. Has a nice color-palette which can be used for adjusting the THEME color.
c. Several settings to adjust various aspects and functionalities according to your need.

Note 1: to start working with Podcast Player Prime, please read the instructions on the front page, once you install the addon. Alternatively, you can find the instructions at the app's homepage: https://mybrowseraddon.com/podcast-player.html

Note 2: to report bugs or suggest a feature request, please visit the addon's homepage and fill the bug report form.                    

擴展基本資訊

名稱 Podcast Player Prime Podcast Player Prime
ID hghmippfpkoicafgccajfnfkmmnhiocm
官方網址 https://chromewebstore.google.com/detail/podcast-player-prime/hghmippfpkoicafgccajfnfkmmnhiocm
簡介 An easy-to-use and lite podcast player!
檔案大小 161 KB
安裝次數 613
目前版本 0.2.4
更新時間 2022-02-09
上架時間 2020-02-23
評分 2.00/5 共 5 次評分
開發者 Grephy
電子郵箱 [email protected]
付費類型 free
擴展官網 https://mybrowseraddon.com/podcast-player.html
說明頁面URL https://mybrowseraddon.com/podcast-player.html
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.2.4",
    "manifest_version": 3,
    "name": "Podcast Player Prime",
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "short_name": "podcast-player-prime",
    "permissions": [
        "storage",
        "notifications"
    ],
    "description": "An easy-to-use and lite podcast player!",
    "homepage_url": "https:\/\/mybrowseraddon.com\/podcast-player.html",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Podcast Player Prime",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}