YTSummary: YouTube Summarizer with ChatGPT

YouTube Video Summarizer with GhatGPT. Get concise YouTube summaries with ChatGPT instantly. Save time and learn quickly.

YTSummary: YouTube Summarizer with ChatGPTคืออะไร?

YTSummary: YouTube Summarizer with ChatGPT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ytsummary.app และคุณลักษณะหลักของมันคือ "YouTube Video Summarizer with GhatGPT. Get concise YouTube summaries with ChatGPT instantly. Save time and learn quickly."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YTSummary: YouTube Summarizer with ChatGPT

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

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

                        ☑️ Don't waste time on videos that are not relevant to your goals or interests.

--- Features --- 
- 🤖 AI-powered Summarization: Generate video summaries and highlights by ChatGPT
- 🌐 Multi-Language Support: Summarize videos in your preferred language
- ⏲️ Long Video Summary: Summarize YouTube videos that are up to 4 hours long
- 📤 Summary Export: Export the summary to various formats making it easy to share and use
- 📜 Summary History: Keep track of your summaries and easily access them in the future
- 📨 Summary Share: Easily share the summary to collaborate and communicate with others.
- ⚙️ Three Summarize Mode Support:
    1. Outline Mode Summarize: Quickly get the gist of a YouTube video with a brief summary 
    along with key highlights and detailed summaries
    2. Mind Map Mode Summarize: Visualize the key points of a YouTube video and see how they 
    are connected in a hierarchical view
    3. Segment Mode: Get a detailed understanding of a YouTube video based on chapters, key 
    moments or fixed interval segments

--- Usecases ---
- 📚 Learning new skills
- 📰 Staying informed about industry news and trends
- 🔍 Conducting research on a topic
- 📝 Preparing for exams
- 🚀 Enhancing productivity

--- How to use YTSummary ---
- 🔳  Method 1: Summarize YouTube video using the YTSummary extension
  1. While watching a YouTube video, you will find the YTSummary extension on the right side of the screen.
  2. Log in to our YouTube video summary app through the YTSummary extension.
  3. Select your desired options and click the "Summarize" button within the YTSummary extension.
- 🌐 Method 2: Summarize YouTube video using YTSummary website.
  1. Login to our YouTube video summary app via the website YTSummary.app.
  2. While watching a YouTube video, simply click the "Summarize" button located below the 
  video.
  3. While browsing the YouTube web page, click the three dots button to the right of the video 
  title to access the "Summarize" button.                    

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

ชื่อ YTSummary: YouTube Summarizer with ChatGPT YTSummary: YouTube Summarizer with ChatGPT
ID gbhpdgodkjichnmknlkeeemanikneopa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ytsummary-youtube-summari/gbhpdgodkjichnmknlkeeemanikneopa
คำอธิบาย YouTube Video Summarizer with GhatGPT. Get concise YouTube summaries with ChatGPT instantly. Save time and learn quickly.
ขนาดไฟล์ 36.49 KB
จำนวนการติดตั้ง 234
เวอร์ชันปัจจุบัน 1.2.1
อัปเดตครั้งล่าสุด 2023-07-27
วันที่เผยแพร่ 2023-05-25
ผู้พัฒนา https://ytsummary.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://ytsummary.app
URL หน้าช่วยเหลือ https://ytsummary.app/contact
URL หน้านโยบายความเป็นส่วนตัว https://ytsummary.app/privacy
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "YouTube Video Summarizer with GhatGPT. Get concise YouTube summaries with ChatGPT instantly. Save time and learn quickly.",
    "icons": {
        "128": "icons\/logo.png"
    },
    "manifest_version": 3,
    "name": "YTSummary: YouTube Summarizer with ChatGPT",
    "short_name": "YTSummary",
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.1",
    "version_name": "1.2.1"
}