KeyPoints - Youtube Video Summarizer

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

Cos'è KeyPoints - Youtube Video Summarizer?

KeyPoints - Youtube Video Summarizer è un'estensione di Chrome sviluppata da mybrowsinghabits, e la sua funzione principale è "Summarize youtube videos to get the key points shared in the video within seconds".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione KeyPoints - Youtube Video Summarizer

Scarica i file di estensione KeyPoints - Youtube Video Summarizer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome KeyPoints - Youtube Video Summarizer KeyPoints - Youtube Video Summarizer
ID cmpegjdbmjinegeoloignbnnchhaeafj
URL Ufficiale https://chromewebstore.google.com/detail/keypoints-youtube-video-s/cmpegjdbmjinegeoloignbnnchhaeafj
Descrizione Summarize youtube videos to get the key points shared in the video within seconds
Dimensione del File 1.87 MB
Conteggio Installazioni 232
Versione Corrente 1.3.0
Ultimo Aggiornamento 2024-02-26
Data di Pubblicazione 2023-03-12
Sviluppatore mybrowsinghabits
Email [email protected]
Tipo di Pagamento in_app
URL della Pagina della Politica sulla Privacy https://mybrowsinghabits.wixsite.com/my-browsing-habits/privacy-policy
Lingue Supportate 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"
    }
}