KeyPoints - Youtube Video Summarizer

Summarize youtube videos to get the key points shared in the video within seconds

Was ist KeyPoints - Youtube Video Summarizer?

KeyPoints - Youtube Video Summarizer ist eine Chrome-Erweiterung, die von mybrowsinghabits entwickelt wurde, und ihr Hauptmerkmal ist "Summarize youtube videos to get the key points shared in the video within seconds".

Erweiterungsscreenshots

screenshot
screenshot

KeyPoints - Youtube Video Summarizer-Erweiterungs-CRX-Datei herunterladen

Laden Sie KeyPoints - Youtube Video Summarizer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name KeyPoints - Youtube Video Summarizer KeyPoints - Youtube Video Summarizer
ID cmpegjdbmjinegeoloignbnnchhaeafj
Offizielle URL https://chromewebstore.google.com/detail/keypoints-youtube-video-s/cmpegjdbmjinegeoloignbnnchhaeafj
Beschreibung Summarize youtube videos to get the key points shared in the video within seconds
Dateigröße 1.87 MB
Installationsanzahl 232
Aktuelle Version 1.3.0
Letztes Update 2024-02-26
Veröffentlichungsdatum 2023-03-12
Entwickler mybrowsinghabits
E-Mail [email protected]
Zahlungsart in_app
URL der Datenschutzrichtlinien-Seite https://mybrowsinghabits.wixsite.com/my-browsing-habits/privacy-policy
Unterstützte Sprachen 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"
    }
}