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.”。
扩展截图
下载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! 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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"
}
} | |