TubeSum

Summarize YouTube videos

什么是TubeSum?

TubeSum是由https://tubesum.com开发的Chrome扩展程序,该扩展的主要功能是“Summarize YouTube videos”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载TubeSum扩展crx文件

下载TubeSum扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Struggling to find relevant information in a sea of YouTube content? 

Introducing TubeSum, your ultimate YouTube summarizer extension. 

Cut down on endless scrolling and achieve quick insights into YouTube podcasts, tech reviews, and trending news. 

Designed for those who seek time-saving YouTube experiences, our extension offers quick video summaries that let you get the gist in seconds. 

Elevate your YouTube experience and stay informed with TubeSum today!                    

扩展基本信息

名称 TubeSum TubeSum
ID hkhihfjmjgledkdhmlohldmpnolcoabm
官方URL https://chromewebstore.google.com/detail/tubesum/hkhihfjmjgledkdhmlohldmpnolcoabm
简介 Summarize YouTube videos
文件大小 243 KB
安装次数 65
当前版本 0.2.4
更新时间 2024-01-10
上架时间 2023-12-18
评分 5.00/5 共3次评分
开发者 https://tubesum.com
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://tubesum.com
帮助页面URL https://tubesum.com
隐私政策页面URL https://tubesum.com/legal/privacy-policy
支持的语言 de,en,fr,es,it,pt-BR,ru,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.f58704f6.png",
        "32": "icon32.plasmo.c2d2aa82.png",
        "48": "icon48.plasmo.8db365f9.png",
        "64": "icon64.plasmo.a671a8cd.png",
        "128": "icon128.plasmo.f86e3ae6.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.f58704f6.png",
            "32": "icon32.plasmo.c2d2aa82.png",
            "48": "icon48.plasmo.8db365f9.png",
            "64": "icon64.plasmo.a671a8cd.png",
            "128": "icon128.plasmo.f86e3ae6.png"
        },
        "default_popup": "popup.html"
    },
    "version": "0.2.4",
    "author": "TubeSum.com",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "permissions": [
        "storage",
        "scripting"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/tubesum.com\/*"
            ],
            "js": [
                "tubesum.501801d1.js"
            ],
            "run_at": "document_start",
            "css": []
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "button.95ef3009.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "summary.de2c8819.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "comment.8b647465.js"
            ],
            "css": []
        }
    ],
    "default_locale": "en",
    "host_permissions": [
        "https:\/\/tubesum.com\/*",
        "https:\/\/www.youtube.com\/*"
    ]
}