YouTube Paraphraser

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

YouTube Paraphraserとは何ですか?

YouTube ParaphraserはHYPERSPCによって開発されたChromeの拡張機能で、その主な機能は「An application that takes a YouTube video and summarizes what the video is about.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

YouTube Paraphraser拡張機能のCRXファイルをダウンロード

YouTube Paraphraser拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 YouTube Paraphraser YouTube Paraphraser
ID gkgbmkfnmceicpkehajbcichphjmcgga
公式URL https://chromewebstore.google.com/detail/youtube-paraphraser/gkgbmkfnmceicpkehajbcichphjmcgga
説明 An application that takes a YouTube video and summarizes what the video is about.
ファイルサイズ 7.5 KB
インストール数 65
現在のバージョン 1.0
最終更新日 2023-08-23
公開日 2023-08-22
評価 5.00/5 合計 3 レビュー
開発者 HYPERSPC
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://bijx.github.io/YouTube-Paraphraser-WebApp/
対応言語 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"
    }
}