Free podcast Player for Chrome
A podcast aggregator for Chrome
Free podcast Player for Chrome란 무엇입니까?
Free podcast Player for Chrome은(는) Free Software에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A podcast aggregator for Chrome"입니다.
확장 프로그램 스크린샷
Free podcast Player for Chrome 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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'" } |