SummarizeYT - YouTube Summary with ChatGPT
Summarize YouTube videos with ChatGPT directly from the thumbnail
SummarizeYT - YouTube Summary with ChatGPTคืออะไร?
SummarizeYT - YouTube Summary with ChatGPT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://summarizeyt.com และคุณลักษณะหลักของมันคือ "Summarize YouTube videos with ChatGPT directly from the thumbnail"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SummarizeYT - YouTube Summary with ChatGPT
ดาวน์โหลดไฟล์ส่วนขยาย SummarizeYT - YouTube Summary with ChatGPT ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
                        Upgrade your YouTube experience!
⚡️ Quick summarization - Get video summaries in seconds!
🚫 Filter out clickbait - Get rid of the fluff and get straight to the point!
🕑 Save Time - No need to watch lengthy videos anymore!
SummarizeYT is powered by OpenAI GPT-3 and ChatGPT, using AI to summarize videos in seconds!                     ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ |   |  
| ID | dlhkccijmkgmbmiognpmoplbpldbaoej | 
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/summarizeyt-youtube-summa/dlhkccijmkgmbmiognpmoplbpldbaoej | 
| คำอธิบาย | Summarize YouTube videos with ChatGPT directly from the thumbnail | 
| ขนาดไฟล์ | 5.28 MB | 
| จำนวนการติดตั้ง | 1,292 | 
| เวอร์ชันปัจจุบัน | 0.1.6 | 
| อัปเดตครั้งล่าสุด | 2023-06-23 | 
| วันที่เผยแพร่ | 2023-03-06 | 
| คะแนน | 3.42/5 รวมทั้งหมด 26 คะแนน | 
| ผู้พัฒนา | https://summarizeyt.com | 
| อีเมล | [email protected] | 
| ประเภทการชำระเงิน | free | 
| เว็บไซต์ส่วนขยาย | https://summarizeyt.com/ | 
| ภาษาที่รองรับ | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SummarizeYT - YouTube Summary with ChatGPT",
    "short_name": "summarize_yt",
    "description": "Summarize YouTube videos with ChatGPT directly from the thumbnail",
    "version": "0.1.6",
    "manifest_version": 3,
    "host_permissions": [
        "https:\/\/*.youtube.com\/*",
        "https:\/\/summarizeyt.com\/*"
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "background"
    ],
    "background": {
        "service_worker": "static\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*",
                "https:\/\/summarizeyt.com\/*"
            ],
            "css": [
                "\/static\/css\/content.css"
            ],
            "js": [
                "\/static\/js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "static\/media\/*",
                "*"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*",
                "https:\/\/summarizeyt.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon_production_16.png",
        "48": "icons\/icon_production_48.png",
        "128": "icons\/icon_production_128.png"
    },
    "action": {
        "default_popup": "popup.html"
    }
}  |  |