PodCasts Finder

A podcast aggregator for Chrome

PodCasts Finder là gì?

PodCasts Finder là một tiện ích mở rộng Chrome được phát triển bởi https://podcast-player.freeonlineapps.net, và tính năng chính của nó là "A podcast aggregator for Chrome".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng PodCasts Finder

Tải xuống các tệp mở rộng PodCasts Finder 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

                        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.                    

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

Tên PodCasts Finder PodCasts Finder
ID hmnepijohkcfoknhpkecnakgblkbhfjf
URL Chính Thức https://chromewebstore.google.com/detail/podcasts-finder/hmnepijohkcfoknhpkecnakgblkbhfjf
Mô tả A podcast aggregator for Chrome
Kích Thước Tệp 1.42 MB
Số Lần Cài Đặt 154
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2020-12-17
Ngày Phát Hành 2020-05-22
Nhà Phát Triển https://podcast-player.freeonlineapps.net
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.freeonlineapps.net/privacy
Ngôn Ngữ Được Hỗ Trợ 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'"
}