Smart Summary for Youtube ✦ AI Video Summary

Very fast and high quality YouTube video summaries. Premium information in a fraction of the time. Powered by AI.

O que é Smart Summary for Youtube ✦ AI Video Summary?

Smart Summary for Youtube ✦ AI Video Summary é uma extensão do Chrome desenvolvida por https://smartsummary.co, e sua principal característica é "Very fast and high quality YouTube video summaries. Premium information in a fraction of the time. Powered by AI.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Smart Summary for Youtube ✦ AI Video Summary

Baixe arquivos de extensão Smart Summary for Youtube ✦ AI Video Summary 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

                        Are you tired of sifting through long YouTube videos to find the information you need? Smart Summary is here to transform your viewing experience. Our Chrome extension offers high-quality, AI-powered summaries of YouTube videos, delivering premium information in a fraction of the time.

Key Features:

AI-Powered Summaries: Leveraging advanced AI technology, Smart Summary provides concise and accurate summaries of YouTube videos. Whether it's a lengthy tutorial, a detailed review, or an educational lecture, get the gist of it in moments.

Time Efficiency: Our extension is a game-changer for busy professionals, students, and anyone looking to optimize their time. Smart Summary drastically reduces the time spent on watching videos, enabling you to absorb key information quickly and efficiently.

User-Friendly Interface: Smart Summary integrates seamlessly with YouTube's interface, offering an intuitive and hassle-free user experience. With just a click, you can activate our summarizer and enjoy streamlined content.

High-Quality Content: We understand the importance of accuracy and depth. Our AI technology ensures that the summaries are not only quick but also of premium quality, capturing the essential points of each video.

Universal Compatibility: Smart Summary is designed to work with a wide range of YouTube videos, encompassing various genres and categories.

Benefits for You:

Save Time: Get the key points of any video without watching it in its entirety, saving you hours every week.

Improve Learning: Ideal for students and lifelong learners, quickly grasp complex subjects and review educational content efficiently.

Stay Informed: Perfect for staying up-to-date with news, technology trends, and professional developments without dedicating excessive time.

Easy Installation and Use:

Installing Smart Summary is a breeze. Simply add it to your Chrome browser from the Chrome Web Store, and you're ready to go. With a user-friendly interface and straightforward functionality, diving into efficient video consumption has never been easier.

Responsive Support and Feedback:

Your experience with Smart Summary matters to us. We offer responsive customer support and welcome user feedback to continually improve and tailor our extension to your needs.

Join the Smart Summary Community:

Embrace the future of YouTube viewing with Smart Summary. Try it today and experience a smarter, faster way to consume video content!

By signing up and installing the browser extension you agree with Smart Summary's Privacy Policy and Terms of Service.                    

Informações Básicas da Extensão

Nome Smart Summary for Youtube ✦ AI Video Summary Smart Summary for Youtube ✦ AI Video Summary
ID ggigonhnodilofaikgpjholiffhhabdo
URL Oficial https://chromewebstore.google.com/detail/smart-summary-for-youtube/ggigonhnodilofaikgpjholiffhhabdo
Descrição Very fast and high quality YouTube video summaries. Premium information in a fraction of the time. Powered by AI.
Tamanho do Arquivo 420 KB
Contagem de Instalações 27
Versão Atual 1.0.1
Última Atualização 2023-12-03
Data de Publicação 2023-12-01
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor https://smartsummary.co
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://smartsummary.co
URL da Página de Ajuda https://smartsummary.co/my-plan
URL da Página de Política de Privacidade https://smartsummary.co/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smart Summary for Youtube \u2726 AI Video Summary",
    "description": "Very fast and high quality YouTube video summaries. Premium information in a fraction of the time. Powered by AI.",
    "short_name": "Smart Summary",
    "version": "1.0.1",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png",
        "128": "icons\/icon-128.png",
        "512": "icons\/icon-512.png"
    },
    "action": {
        "default_popup": "src\/popup\/popup.html",
        "default_icon": "icons\/icon-48.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/index.ts-loader-3137fd23.js"
            ],
            "matches": [
                "https:\/\/youtube.com\/*",
                "https:\/\/www.youtube.com\/*",
                "https:\/\/youtu.be\/*",
                "https:\/\/www.youtu.be\/*",
                "https:\/\/www.youtube-nocookie.com\/*",
                "https:\/\/youtube-nocookie.com\/*",
                "https:\/\/www.youtube.com\/embed\/*",
                "https:\/\/youtube.com\/embed\/*"
            ],
            "css": [
                "assets\/index-0a532d38.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [],
            "resources": [
                "icons\/icon-16.png",
                "icons\/icon-32.png",
                "icons\/icon-48.png",
                "icons\/icon-96.png",
                "icons\/icon-128.png"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/www.youtu.be\/*",
                "https:\/\/www.youtube-nocookie.com\/*",
                "https:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*",
                "https:\/\/youtu.be\/*",
                "https:\/\/youtube-nocookie.com\/*",
                "https:\/\/youtube.com\/*",
                "https:\/\/youtube.com\/*"
            ],
            "resources": [
                "assets\/browser-polyfill-650cc613.js",
                "assets\/index-bab9e91d.js",
                "assets\/config-456b3665.js",
                "assets\/index.ts-7a328381.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "storage"
    ]
}