Podcasts - A player, downloader, transcriber

A elegant podcast player that make it easy to download podcast, manage podcast subscription, and transcribe podcast to text.

Podcasts - A player, downloader, transcriber là gì?

Podcasts - A player, downloader, transcriber là một tiện ích mở rộng Chrome được phát triển bởi https://podcasts.bluepill.life, và tính năng chính của nó là "A elegant podcast player that make it easy to download podcast, manage podcast subscription, and transcribe podcast to text.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Podcasts - A player, downloader, transcriber

Tải xuống các tệp mở rộng Podcasts - A player, downloader, transcriber dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Main Features:
- Create your podcasts playlist.
- Manage podcasts subscriptions elegantly.
- Synchronize your subscriptions across platforms.
- Auto renew podcasts' published episodes.
- Download audio tracks in any podcasts.
- Transcribe podcast to text

Privacy:
- "Access your data for all websites" - That is necessary for us to search and subscribe podcasts. We do NOT read your data from any web site, nor do we modify it.
- "Download files and read and modify the browser’s download history" 
- That is necessary for us to download audio tracks in podcasts. We do NOT read your download history.

==================================
### Version: 2.14.0

Features:

- Migrate to Manifest V3
- Optimize podcasts update mechanism

==================================
### Version: 2.9.0

Features:

- Export/Import OPML File

==================================
### Version: 2.8.0

Features:

- Sort subscriptions by genre

==================================
### Version: 2.6.0

Features:

- Favorite episodes

==================================
### Version: 2.5.0

Features:

- Show episode info in control panel

==================================
### Version: 2.4.0

Features:

- Support volume control
- Show podcast's name in Queue/Inbox

==================================
### Version: 2.2.0

Features:

- Support skipping first / last settings for different podcasts
- Show episode info in full-screen mode
- Optimized episode description popup

==================================
### Version: 2.1.0

Features:

- Support bulk download episodes
- Optimize performance

==================================
### Version: 2.0.0

Features:

- Transcribe podcast to text
- Optimized Inbox loading performance
- Dark mode
- Fixed some bugs

==================================
### Version: 1.13

Features:

- Drag & Drop to reorder playing queue

Improvements:

- Fixed download failed, when episode name contains white space

==================================
### Version: 1.12

Improvements:

- Fixed download failed, when episode name contains white space
- Optimized episode searching
- Optimized episode synchronizing

==================================
### Version: 1.11

Features:

- Keep track of episodes you've listened to
- Show description of episodes
- Share episodes to Twitter/Facebook/Reddit/Weibo

==================================
### Version: 1.10

Features:

- Support searching podcasts from selected text in right click popup menu
- Support searching podcast by RSS feed URL

==================================
### Version: 1.9

Features:

- Play-control by keyboard
- Delete almost finished podcast, when switching to a new podcast
- New Inbox icon

Improvements:

- Improve performance when dragging playing progress bar

==================================
### Version: 1.8

New features:

- Smooth transition animation

Improvements:

- Optimized storage usage

==================================
### Version: 1.7.1

New features:

- Support search for episodes
- Support preview podcast meta-info

Improvements:

- Added extension to downloaded file name
- Better transition animation
- Better scrolling behaviors                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Podcasts - A player, downloader, transcriber Podcasts - A player, downloader, transcriber
ID lmpfkgigdbnbdopkpeippmadlchmkphi
URL Chính Thức https://chromewebstore.google.com/detail/podcasts-a-player-downloa/lmpfkgigdbnbdopkpeippmadlchmkphi
Mô tả A elegant podcast player that make it easy to download podcast, manage podcast subscription, and transcribe podcast to text.
Kích Thước Tệp 527 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 2.21.0
Cập Nhật Lần Cuối 2024-02-24
Ngày Phát Hành 2020-07-01
Đánh Giá 4.64/5 Tổng số 47 Đánh Giá
Nhà Phát Triển https://podcasts.bluepill.life
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://podcasts.bluepill.life/
Ngôn Ngữ Được Hỗ Trợ id,de,en,fr,vi,tr,es,it,pt-BR,sv,ru,iw,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "2.21.0",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "64": "icons\/icon_64.png",
        "128": "icons\/icon_128.png"
    },
    "permissions": [
        "storage",
        "offscreen",
        "alarms"
    ],
    "optional_permissions": [
        "downloads"
    ],
    "host_permissions": [
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "action": {
        "default_icon": {
            "16": "icons\/icon_16.png",
            "32": "icons\/icon_32.png",
            "48": "icons\/icon_48.png",
            "64": "icons\/icon_64.png",
            "128": "icons\/icon_128.png"
        },
        "default_title": "Podcasts",
        "default_popup": "popup\/popup.html",
        "theme_icons": [
            {
                "light": "icons\/icon_16.png",
                "dark": "icons\/icon_dark_16.png",
                "size": 16
            },
            {
                "light": "icons\/icon_32.png",
                "dark": "icons\/icon_dark_32.png",
                "size": 32
            },
            {
                "light": "icons\/icon_48.png",
                "dark": "icons\/icon_dark_48.png",
                "size": 48
            },
            {
                "light": "icons\/icon_64.png",
                "dark": "icons\/icon_dark_64.png",
                "size": 64
            },
            {
                "light": "icons\/icon_128.png",
                "dark": "icons\/icon_dark_128.png",
                "size": 128
            }
        ]
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    },
    "omnibox": {
        "keyword": "Podcasts"
    }
}