YouTube Paraphraser
An application that takes a YouTube video and summarizes what the video is about.
What is YouTube Paraphraser?
YouTube Paraphraser is a Chrome extension developed by HYPERSPC, and its main feature is "An application that takes a YouTube video and summarizes what the video is about.".
Extension Screenshots
Download YouTube Paraphraser Extension CRX File
Download YouTube Paraphraser extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | YouTube Paraphraser |
ID | gkgbmkfnmceicpkehajbcichphjmcgga |
Official URL | https://chromewebstore.google.com/detail/youtube-paraphraser/gkgbmkfnmceicpkehajbcichphjmcgga |
Description | An application that takes a YouTube video and summarizes what the video is about. |
File Size | 7.5 KB |
Installation Count | 65 |
Current Version | 1.0 |
Last Updated | 2023-08-23 |
Publish Date | 2023-08-22 |
Rating | 5.00/5 Total 3 Ratings |
Developer | HYPERSPC |
[email protected] | |
Payment Type | free |
Extension Website | https://bijx.github.io/YouTube-Paraphraser-WebApp/ |
Supported Languages | 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" } } |