Bilibili Summary with ChatGPT OpenAI

The best summary tool for Bilibili with Chat GPT.One-click summary of Bilibili video content.

Bilibili Summary with ChatGPT OpenAIคืออะไร?

Bilibili Summary with ChatGPT OpenAI เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Castillo Richard และคุณลักษณะหลักของมันคือ "The best summary tool for Bilibili with Chat GPT.One-click summary of Bilibili video content."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bilibili Summary with ChatGPT OpenAI

ดาวน์โหลดไฟล์ส่วนขยาย Bilibili Summary with ChatGPT OpenAI ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Chat GPT can provide you with summaries of Bilibili videos, allowing you to quickly access the content of the videos in order to save time and learn quickly. The tool combines the latest ChatGPT smart AI to support one-click video summary generation, allowing users to quickly access the key information of the video content.

Features
● Summary Paragraph: Summarize the key content of different paragraphs of the video
● Save time: Video summary loads quickly with waiting
● Easy to use: One-click summary generation, you can also copy the content


How to use
1. Install the extension
2. Simply go to bilibili.com
3. Select the video you are interested in
4. Click the button to generate a summary of the video content
5. You can also go to the settings page to configure the parameters according to your needs                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Bilibili Summary with ChatGPT OpenAI Bilibili Summary with ChatGPT OpenAI
ID epadnmckjchpoedgecdghpmaicnklagd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bilibili-summary-with-cha/epadnmckjchpoedgecdghpmaicnklagd
คำอธิบาย The best summary tool for Bilibili with Chat GPT.One-click summary of Bilibili video content.
ขนาดไฟล์ 237 KB
จำนวนการติดตั้ง 1,659
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2023-10-26
วันที่เผยแพร่ 2023-04-03
คะแนน 3.83/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Castillo Richard
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://denote.net/privacy
ภาษาที่รองรับ de,en,en-GB,en-US,fil,fr,nl,vi,ca,da,et,es,es-419,it,pl,pt-BR,pt-PT,fi,bg,ru,fa,gu,kn-IN,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "version": "1.0.2",
    "manifest_version": 3,
    "icons": {
        "16": "logo.png",
        "32": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "host_permissions": [
        "https:\/\/*.openai.com\/*"
    ],
    "permissions": [
        "storage",
        "webRequest"
    ],
    "background": {
        "service_worker": "background\/index.js"
    },
    "action": {
        "default_popup": "popup\/index.html"
    },
    "options_ui": {
        "page": "options\/index.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.bilibili.com\/*",
                "https:\/\/*.openai.com\/*"
            ],
            "js": [
                "content-script\/index.js"
            ],
            "css": [
                "content-script\/index.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "logo.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}