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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
            ]
        }
    ]
}