BibiGPT · AI 音视频助理

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

Qu'est-ce que BibiGPT · AI 音视频助理 ?

BibiGPT · AI 音视频助理 est une extension Chrome développée par https://bibigpt.co, et sa fonction principale est "🤖 BibiGPT.co · AI 音视频助理,用算力节省脑力。 🎉 新版本现已支持 Bilibili 和 YouTube 或任意网页上的音视频内容一键总结 & 对话,同时在 BibiGPT.co…".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension BibiGPT · AI 音视频助理

Téléchargez les fichiers d'extension BibiGPT · AI 音视频助理 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

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

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

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

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

#AI Summarizer #Summarize YouTube #Summarize Video                    

Informations de Base sur l'Extension

Nom BibiGPT · AI 音视频助理 BibiGPT · AI 音视频助理
ID amompibekeoilojklkcchfklkjoclhig
URL Officiel 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
Description 🤖 BibiGPT.co · AI 音视频助理,用算力节省脑力。 🎉 新版本现已支持 Bilibili 和 YouTube 或任意网页上的音视频内容一键总结 & 对话,同时在 BibiGPT.co…
Taille du Fichier 3.18 MB
Nombre d'Installations 796
Version Actuelle 2.134.0
Dernière Mise à Jour 2023-11-23
Date de Publication 2023-07-30
Évaluation 3.00/5 Total 1 Évaluations
Développeur https://bibigpt.co
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://bibigpt.co
URL de la Page d'Aide https://aitodo.canny.io/feature-requests
URL de la Page de Politique de Confidentialité https://b.jimmylv.cn/privacy-policy
Langues Prises en Charge 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"
            ]
        }
    ]
}