YouTube Summarized

This extension enables you to generate video summary from any YouTube video or podcast.

YouTube Summarized là gì?

YouTube Summarized là một tiện ích mở rộng Chrome được phát triển bởi https://youtubesummarized.com, và tính năng chính của nó là "This extension enables you to generate video summary from any YouTube video or podcast.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng YouTube Summarized

Tải xuống các tệp mở rộng YouTube Summarized dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        BOOST YOUR PRODUCTIVITY WITH INSTANT VIDEO SUMMARIES
Create detailed video summaries that start generating instantly, like ChatGPT for YouTube videos! Quickly skim through the main points of the video and decide if it's worth your time or not.

BUILD A SECOND BRAIN WITH VIDEO NOTES
Easily export generated video summaries to Notion, Evernote, Obsidian, or any other note-taking application. YouTube Summarized is a great addition to any Second Brain system because of all the high quality learning material available on YouTube. All your generated summaries are stored so you can come back and revisit them later.

STOP WASTING TIME ON LONG CLICKBAIT VIDEOS
Skip through the filler and get to the good parts faster. Our summaries include timestamps that link to relevant parts of your summarized video for more productive use of your time.

TRY IT OUT FOR FREE
Sign up and receive free Summary Credits. These credits are used for summarizing YouTube videos, so that you can try it out for yourself.

⭐⭐⭐⭐⭐ As seen on: futuretools.io, theresanaiforthat.com and gpte.ai                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên YouTube Summarized YouTube Summarized
ID nkndldfehcidpejfkokbeghpnlbppdmo
URL Chính Thức https://chromewebstore.google.com/detail/youtube-summarized/nkndldfehcidpejfkokbeghpnlbppdmo
Mô tả This extension enables you to generate video summary from any YouTube video or podcast.
Kích Thước Tệp 114 KB
Số Lần Cài Đặt 14,408
Phiên Bản Hiện Tại 0.2.6
Cập Nhật Lần Cuối 2023-09-07
Ngày Phát Hành 2023-01-22
Đánh Giá 3.63/5 Tổng số 19 Đánh Giá
Nhà Phát Triển https://youtubesummarized.com
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://youtubesummarized.com
URL Trang Trợ Giúp https://app.youtubesummarized.com/help
URL Trang Chính Sách Bảo Mật https://youtubesummarized.com/docs/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        },
        "default_popup": "popup.html"
    },
    "version": "0.2.6",
    "author": "Jarle Mathiesen",
    "name": "YouTube Summarized",
    "description": "This extension enables you to generate video summary from any YouTube video or podcast.",
    "homepage_url": "https:\/\/youtubesummarized.com",
    "background": {
        "service_worker": "background.5fadff2f.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "summarize.23a7cc3b.js"
            ],
            "css": [
                "summarize.0efae397.css"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*.youtube.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "popup.html"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "resources": [
                "outline-logo.b9c84b98.svg",
                "summarize.dfb909a9.css"
            ]
        }
    ]
}