Podcast Player Prime
An easy-to-use and lite podcast player!
Podcast Player Primeคืออะไร?
Podcast Player Prime เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Grephy และคุณลักษณะหลักของมันคือ "An easy-to-use and lite podcast player!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Podcast Player Prime
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
ID | hghmippfpkoicafgccajfnfkmmnhiocm |
URL อย่างเป็นทางการ | 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" } } |