Youtube Summary Database

See an AI generated short summary of a youtube video before you click on it

Youtube Summary Database란 무엇입니까?

Youtube Summary Database은(는) http://summarydatabase.xyz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "See an AI generated short summary of a youtube video before you click on it"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Youtube Summary Database 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Hate clickbait? Install the extension and hover your mouse cursor on a video. You'll be able to see a brief summary generated using GPT-3. This feature makes it easy to decide whether a video is worth watching before clicking on it.

You don't need to login nor have an API key and this extension does not use your ChatGPT quota, our server is slowly summarizing the most popular youtube videos all the time. If you don't see many summaries at first, they will slowly start appearing over time                    

확장 프로그램 기본 정보

이름 Youtube Summary Database Youtube Summary Database
ID fkebhjgklndigljoigpnleapbknjhpld
공식 URL https://chrome.google.com/webstore/detail/youtube-summary-database/fkebhjgklndigljoigpnleapbknjhpld
설명 See an AI generated short summary of a youtube video before you click on it
파일 크기 61.76 KB
설치 횟수 332
현재 버전 1.1
최근 업데이트 2023-03-03
출시 날짜 2023-02-19
평점 4.80/5 총 5 개의 평점
개발자 http://summarydatabase.xyz
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Youtube Summary Database",
    "version": "1.1",
    "description": "See an AI generated short summary of a youtube video before you click on it",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": "icon128.png",
        "default_title": "Youtube Summary Database",
        "default_popup": "about.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ]
}