Podspiria

Simplify podcast engagement with effortless transcription

Podspiriaとは何ですか?

PodspiriaはLakebrains Technologiesによって開発されたChromeの拡張機能で、その主な機能は「Simplify podcast engagement with effortless transcription」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Podspiria拡張機能のCRXファイルをダウンロード

Podspiria拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        A game-changing extension designed for influencers, content
writers, and marketers. It empowers you to effortlessly convert audio and video
podcasts into accurate transcripts and concise summaries.

Podspiria saves your time by automatically transcribing
podcasts in real-time with just a few clicks. 

Generates impactful summaries, highlighting key points and
main takeaways. Boost your productivity, streamline your content creation
process, and unlock the full potential of podcasts with Podspiria.

Download our extension today and revolutionize the way you
engage with podcasts!                    

拡張機能の基本情報

名前 Podspiria Podspiria
ID amkkpnkdfgjgdkgakphepcbfjfcjfhbc
公式URL https://chromewebstore.google.com/detail/podspiria/amkkpnkdfgjgdkgakphepcbfjfcjfhbc
説明 Simplify podcast engagement with effortless transcription
ファイルサイズ 691 MB
インストール数 39
現在のバージョン 1.4
最終更新日 2023-08-17
公開日 2023-07-26
開発者 Lakebrains Technologies
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://lakebrains.com/privacy-policies
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Podspiria",
    "version": "1.4",
    "description": "Simplify podcast engagement with effortless transcription",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*",
                "*:\/\/open.spotify.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_title": "Podspiria",
        "default_icon": "img\/NewLogo.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "activeTab",
        "desktopCapture",
        "storage"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'",
        "sandbox": "script-src 'self' 'wasm-unsafe-eval'; sandbox allow-scripts; script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "48": "img\/NewLogo.png",
        "128": "img\/NewLogo.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}