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
官方網址 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
電子郵箱 [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"
    }
}