BibiGPT · AI 音视频助理

🤖 BibiGPT.co · AI 音视频助理,用算力节省脑力。 🎉 新版本现已支持 Bilibili 和 YouTube 或任意网页上的音视频内容一键总结 & 对话,同时在 BibiGPT.co…

Was ist BibiGPT · AI 音视频助理?

BibiGPT · AI 音视频助理 ist eine Chrome-Erweiterung, die von https://bibigpt.co entwickelt wurde, und ihr Hauptmerkmal ist "🤖 BibiGPT.co · AI 音视频助理,用算力节省脑力。 🎉 新版本现已支持 Bilibili 和 YouTube 或任意网页上的音视频内容一键总结 & 对话,同时在 BibiGPT.co…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

BibiGPT · AI 音视频助理-Erweiterungs-CRX-Datei herunterladen

Laden Sie BibiGPT · AI 音视频助理-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        🤖 BibiGPT.co · AI 音视频助理,用算力节省脑力。

🎉 新版本现已支持 Bilibili 和 YouTube 或任意网页上的音视频内容一键总结 & 对话,同时在 BibiGPT.co 网页版还支持视频或播客链接,当然也支持本地音视频文件上传或网盘文件导入后,对内容进行 AI 总结与对话。

🔗 粘贴链接至输入框,获得AI一键总结、思维导图、字幕列表、AI改写图文、AI对话追问以及热门视频总结。

🥳 BibiGPT.co - 你的最佳 AI 学习助理,不仅仅是音视频一键总结。

官方网址:https://bibigpt.co

#AI Summarizer #Summarize YouTube #Summarize Video                    

Grundlegende Informationen zur Erweiterung

Name BibiGPT · AI 音视频助理 BibiGPT · AI 音视频助理
ID amompibekeoilojklkcchfklkjoclhig
Offizielle URL https://chromewebstore.google.com/detail/bibigpt-%C2%B7-ai-%E9%9F%B3%E8%A7%86%E9%A2%91%E5%8A%A9%E7%90%86/amompibekeoilojklkcchfklkjoclhig
Beschreibung 🤖 BibiGPT.co · AI 音视频助理,用算力节省脑力。 🎉 新版本现已支持 Bilibili 和 YouTube 或任意网页上的音视频内容一键总结 & 对话,同时在 BibiGPT.co…
Dateigröße 3.18 MB
Installationsanzahl 796
Aktuelle Version 2.134.0
Letztes Update 2023-11-23
Veröffentlichungsdatum 2023-07-30
Bewertung 3.00/5 Insgesamt 1 Bewertungen
Entwickler https://bibigpt.co
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://bibigpt.co
Hilfeseite URL https://aitodo.canny.io/feature-requests
URL der Datenschutzrichtlinien-Seite https://b.jimmylv.cn/privacy-policy
Unterstützte Sprachen zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_popup": "options.html"
    },
    "version": "2.134.0",
    "name": "BibiGPT \u00b7 AI \u97f3\u89c6\u9891\u52a9\u7406",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "permissions": [
        "storage",
        "scripting",
        "sidePanel",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "bibigpt-ui.fe7ef267.js"
            ],
            "css": [
                "bibigpt-ui.76b8710f.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "options.html",
                "assets\/ffmpeg-core.js",
                "assets\/ffmpeg-core.wasm"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "MarkdownHTML.40f8e9c4.js",
                "dist.0d40f85a.js",
                "bibigpt-ui.93a5d608.png",
                "bibigpt-ui.0b420776.png",
                "bibigpt-ui.6b02400f.css"
            ]
        }
    ]
}