PodStash

Turn any web link or YouTube video into a 5 minute podcast. Powered by AI.

什麼是PodStash?

PodStash是由https://podstash.ai開發的Chrome擴展程式,該擴展的主要功能是“Turn any web link or YouTube video into a 5 minute podcast. Powered by AI.”。

擴展截圖

screenshot

下載PodStash擴展crx文件

下載PodStash擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Powered by AI, turn any web link and YouTube video into a short podcast. Turn Wikipedia pages into interesting stories. Use PodStash to stay up to date on financial news about your favorite stocks. PodStash will even translate any article or blog into French, German, Italian, Polish, Portuguese, and Hindi! 

PodStash for Personal Use
10x your productivity, reduce your browser tabs, get started with PodStash. All powered by large language models like GPT-4 by OpenAI.

PodStash for Podcast Hosts
Build your feed using PodStash to curate the internet for your audience. Customize your feed and submit to popular platforms like Spotify to host your AI generated podcast show. Now there's no excuse not to have a Podcast!

Learn more at https://podstash.ai                    

擴展基本資訊

名稱 PodStash PodStash
ID ojdgjkogjcjagokfgmmpelgkiaadfdgh
官方網址 https://chromewebstore.google.com/detail/podstash/ojdgjkogjcjagokfgmmpelgkiaadfdgh
簡介 Turn any web link or YouTube video into a 5 minute podcast. Powered by AI.
檔案大小 57.69 KB
安裝次數 137
目前版本 1.4
更新時間 2023-09-11
上架時間 2023-08-14
開發者 https://podstash.ai
電子郵箱 [email protected]
付費類型 in_app
擴展官網 https://podstash.ai
說明頁面URL https://podstash.ai
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "PodStash",
    "short_name": "PodStash",
    "description": "Turn any web link or YouTube video into a 5 minute podcast. Powered by AI.",
    "version": "1.4",
    "homepage_url": "https:\/\/podstash.ai",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "config.js",
                "content.js"
            ]
        }
    ]
}