YouTube Summary with ChatGPT - Glarity

Use ChatGPT to summarise Youtube video highlights

YouTube Summary with ChatGPT - Glarityคืออะไร?

YouTube Summary with ChatGPT - Glarity เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://glarity.app และคุณลักษณะหลักของมันคือ "Use ChatGPT to summarise Youtube video highlights"

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

screenshot
screenshot
screenshot

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

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

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

                        Show summary of ChatGPT in YouTube.com
Glarity - YouTube Video Summary with ChatGPT (AD-Free)
YouTube videos transcript and summary with Chat GPT Open AI. Easily copy responses of ChatGPT.

This product uses ChatGPT to summarise the content of YouTube videos, allowing users to quickly understand the main points without having to watch the entire video. This helps to save time and avoid wasting time on videos with misleading or clickbait titles.

Features:
-Supports  Summarise Youtube video highlights
-Supports OpenAI official API
-Copy the transcript and summary with one click
- Support ChatGPT API keys

-----FAQ:-----
1. What is ChatGPT?
ChatGPT is a language model developed by OpenAI. It's a large, pre-trained Transformer-based neural network designed to generate human-like text in response to prompts provided by users. It has been trained on a diverse range of internet text and can respond to a wide range of topics, including general knowledge questions, conversational responses, and creative writing.

2. Is Glarity - YouTube Video Summary with ChatGPT free to use?
Yes, the extension is free to use.

3 . Do I need a ChatGPT/OpenAI account?
Yes, you need to have a ChatGPT account to use this extension. You can create an account for free at chat.openai.com                    

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

ชื่อ YouTube Summary with ChatGPT - Glarity YouTube Summary with ChatGPT - Glarity
ID gahhfadhfnnkkhidinaccpplledoijpd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-summary-with-chat/gahhfadhfnnkkhidinaccpplledoijpd
คำอธิบาย Use ChatGPT to summarise Youtube video highlights
ขนาดไฟล์ 1.17 MB
จำนวนการติดตั้ง 3,461
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2023-04-20
วันที่เผยแพร่ 2023-02-14
คะแนน 3.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://glarity.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://glarity.app/youtube-summary
URL หน้าช่วยเหลือ https://glarity.app/youtube-summary
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/1xKwpHEjmUCmiaP07yDBKhxeXFjODzcV9zmxFx3944BY/edit?usp=sharing
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,te,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.2",
    "manifest_version": 3,
    "icons": {
        "16": "logo-16.png",
        "32": "logo-32.png",
        "48": "logo-48.png",
        "128": "logo-128.png"
    },
    "host_permissions": [
        "https:\/\/*.openai.com\/"
    ],
    "permissions": [
        "storage",
        "activeTab",
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": [],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "css": [
                "content-script.css"
            ]
        }
    ]
}