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文件

下載Better YouTube Summary擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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\/*"
    ]
}