PodStash

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

ما هو PodStash؟

PodStash هو إضافة Chrome تم تطويرها بواسطة https://podstash.ai، والميزة الرئيسية لها هي "Turn any web link or YouTube video into a 5 minute podcast. Powered by AI.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة PodStash

قم بتنزيل ملفات الامتداد PodStash بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
            ]
        }
    ]
}