KeyPoints - Youtube Video Summarizer
Summarize youtube videos to get the key points shared in the video within seconds
What is KeyPoints - Youtube Video Summarizer?
KeyPoints - Youtube Video Summarizer is a Chrome extension developed by mybrowsinghabits, and its main feature is "Summarize youtube videos to get the key points shared in the video within seconds".
Extension Screenshots
Download KeyPoints - Youtube Video Summarizer Extension CRX File
Download KeyPoints - Youtube Video Summarizer 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
This Chrome Extension allows you to summarize any youtube video! The summary will give you a quick introduction as well as any of the main KeyPoints discussed. You can also save any of the generated summaries directly within the app, which allows you to go back later on and read over any of the summaries that you might have generated. Please don't hesitate to leave a comment or review with your thoughts about the product!
Extension Basic Information
Name | KeyPoints - Youtube Video Summarizer |
ID | cmpegjdbmjinegeoloignbnnchhaeafj |
Official URL | https://chromewebstore.google.com/detail/keypoints-youtube-video-s/cmpegjdbmjinegeoloignbnnchhaeafj |
Description | Summarize youtube videos to get the key points shared in the video within seconds |
File Size | 1.87 MB |
Installation Count | 232 |
Current Version | 1.3.0 |
Last Updated | 2024-02-26 |
Publish Date | 2023-03-12 |
Developer | mybrowsinghabits |
[email protected] | |
Payment Type | in_app |
Privacy Policy Page URL | https://mybrowsinghabits.wixsite.com/my-browsing-habits/privacy-policy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "KeyPoints - Youtube Video Summarizer", "description": "Summarize youtube videos to get the key points shared in the video within seconds", "version": "1.3.0", "manifest_version": 3, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/www.youtube.com\/*" ], "action": { "default_title": "KeyPoints", "default_popup": "index.html" }, "icons": { "16": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |