PodStash

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

PodStash क्या है?

PodStash https://podstash.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Turn any web link or YouTube video into a 5 minute podcast. Powered by AI."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PodStash एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}