YouTube Paraphraser

An application that takes a YouTube video and summarizes what the video is about.

YouTube Paraphraser là gì?

YouTube Paraphraser là một tiện ích mở rộng Chrome được phát triển bởi HYPERSPC, và tính năng chính của nó là "An application that takes a YouTube video and summarizes what the video is about.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng YouTube Paraphraser 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

                        The YouTube Paraphraser is an experimental AI-driven web application that produces a straightforward summary on what the video is about. This extension allows you to right-click on a YouTube video and immediately generate a summary.

In a world where content creators have become exceptionally talented at drawing viewers in with curious titles and eye-catching thumbnails, it has become virtually impossible for viewers to discern what videos they really want to watch.

HOW TO USE:
Navigate to YouTube, right click any video, and select the "YouTube Paraphraser" option. Just that easy!                    

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

Tên YouTube Paraphraser YouTube Paraphraser
ID gkgbmkfnmceicpkehajbcichphjmcgga
URL Chính Thức https://chromewebstore.google.com/detail/youtube-paraphraser/gkgbmkfnmceicpkehajbcichphjmcgga
Mô tả An application that takes a YouTube video and summarizes what the video is about.
Kích Thước Tệp 7.5 KB
Số Lần Cài Đặt 65
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-08-23
Ngày Phát Hành 2023-08-22
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển HYPERSPC
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://bijx.github.io/YouTube-Paraphraser-WebApp/
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Paraphraser",
    "description": "An application that takes a YouTube video and summarizes what the video is about.",
    "version": "1.0",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "images\/icon-128.png"
    }
}