Better YouTube Summary

Literally Better YouTube Summary 🎯

Better YouTube Summary란 무엇입니까?

Better YouTube Summary은(는) mthli에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Literally Better YouTube Summary 🎯"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Better YouTube Summary 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Introducing our YouTube extension with the following features:

1. Using ChatGPT to generate video chapters (timeline) 🤔
2. Using ChatGPT to generate summary for each video chapter 😲
3. Support video content of any length 😱
4. Multiple language translation capabilities 😈

At the same time, we also try to be as similar as possible to the YouTube website design, providing you with a native-like experience 👏

===

v1.2.1 - Compatible with Firefox 🦊
v1.1.0 - You can copy the chapters and summaries now 👌
v1.0.0 - First release 💪                    

확장 프로그램 기본 정보

이름 Better YouTube Summary Better YouTube Summary
ID gobfmldfaojjoanejhccieilnmglclba
공식 URL https://chromewebstore.google.com/detail/better-youtube-summary/gobfmldfaojjoanejhccieilnmglclba
설명 Literally Better YouTube Summary 🎯
파일 크기 292 KB
설치 횟수 1,040
현재 버전 1.2.1
최근 업데이트 2023-07-02
출시 날짜 2023-06-25
평점 4.29/5 총 7 개의 평점
개발자 mthli
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "minimum_chrome_version": "92",
    "name": "Better YouTube Summary",
    "description": "Literally Better YouTube Summary \ud83c\udfaf",
    "version": "1.2.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_ui": {
        "page": "options.html"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "js\/vendor.js",
                "js\/contentScript.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/bys.mthli.com\/*"
    ]
}