KeyPoints - Youtube Video Summarizer
Summarize youtube videos to get the key points shared in the video within seconds
Wat is KeyPoints - Youtube Video Summarizer?
KeyPoints - Youtube Video Summarizer is een Chrome-extensie ontwikkeld door mybrowsinghabits, en de belangrijkste functie is "Summarize youtube videos to get the key points shared in the video within seconds".
Extensie Screenshots
Download het CRX-bestand van de extensie KeyPoints - Youtube Video Summarizer
Download KeyPoints - Youtube Video Summarizer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | KeyPoints - Youtube Video Summarizer |
ID | cmpegjdbmjinegeoloignbnnchhaeafj |
Officiële URL | https://chromewebstore.google.com/detail/keypoints-youtube-video-s/cmpegjdbmjinegeoloignbnnchhaeafj |
Beschrijving | Summarize youtube videos to get the key points shared in the video within seconds |
Bestandsgrootte | 1.87 MB |
Aantal Installaties | 232 |
Huidige Versie | 1.3.0 |
Laatst Bijgewerkt | 2024-02-26 |
Publicatiedatum | 2023-03-12 |
Ontwikkelaar | mybrowsinghabits |
[email protected] | |
Betalingswijze | in_app |
URL van de Privacybeleid Pagina | https://mybrowsinghabits.wixsite.com/my-browsing-habits/privacy-policy |
Ondersteunde Talen | 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" } } |