PodCasts Finder
A podcast aggregator for Chrome
PodCasts Finder란 무엇입니까?
PodCasts Finder은(는) https://podcast-player.freeonlineapps.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A podcast aggregator for Chrome"입니다.
확장 프로그램 스크린샷
PodCasts Finder 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Listen to podcasts in the background of the Google Chrome Browser! Manage your podcast feeds, save the progress on podcasts you've been listening, get new episodes when they come out! This software will update your feeds and syncs every 15 minutes, ensuring that you have the most updated content and saved episodes on the computer. The detection of new episodes is based on the links to iTunes Preview pages. Please be aware that when links are found, this extension will make a request to the iTunes API to get additional details about the podcast.
확장 프로그램 기본 정보
이름 | PodCasts Finder |
ID | hmnepijohkcfoknhpkecnakgblkbhfjf |
공식 URL | https://chromewebstore.google.com/detail/podcasts-finder/hmnepijohkcfoknhpkecnakgblkbhfjf |
설명 | A podcast aggregator for Chrome |
파일 크기 | 1.42 MB |
설치 횟수 | 154 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2020-12-17 |
출시 날짜 | 2020-05-22 |
개발자 | https://podcast-player.freeonlineapps.net |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.freeonlineapps.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": "PodCasts Finder", "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'" } |