KeyPoints - Youtube Video Summarizer

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

O que é KeyPoints - Youtube Video Summarizer?

KeyPoints - Youtube Video Summarizer é uma extensão do Chrome desenvolvida por mybrowsinghabits, e sua principal característica é "Summarize youtube videos to get the key points shared in the video within seconds".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão KeyPoints - Youtube Video Summarizer

Baixe arquivos de extensão KeyPoints - Youtube Video Summarizer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome KeyPoints - Youtube Video Summarizer KeyPoints - Youtube Video Summarizer
ID cmpegjdbmjinegeoloignbnnchhaeafj
URL Oficial https://chromewebstore.google.com/detail/keypoints-youtube-video-s/cmpegjdbmjinegeoloignbnnchhaeafj
Descrição Summarize youtube videos to get the key points shared in the video within seconds
Tamanho do Arquivo 1.87 MB
Contagem de Instalações 232
Versão Atual 1.3.0
Última Atualização 2024-02-26
Data de Publicação 2023-03-12
Desenvolvedor mybrowsinghabits
Email [email protected]
Tipo de Pagamento in_app
URL da Página de Política de Privacidade https://mybrowsinghabits.wixsite.com/my-browsing-habits/privacy-policy
Idiomas Suportados 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"
    }
}