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."입니다.
확장 프로그램 스크린샷
Podsmaster - Podcast Aggregator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
ID | hfddkagppgiicoingngbjjggjdlaokhd |
공식 URL | 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" } } |