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.
什么是Smart Summary for Youtube ✦ AI Video Summary?
Smart Summary for Youtube ✦ AI Video Summary是由https://smartsummary.co开发的Chrome扩展程序,该扩展的主要功能是“Very fast and high quality YouTube video summaries. Premium information in a fraction of the time. Powered by AI.”。
扩展截图
下载Smart Summary for Youtube ✦ AI Video Summary扩展crx文件
下载Smart Summary for Youtube ✦ AI Video Summary扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Smart Summary for Youtube ✦ AI Video Summary |
ID | ggigonhnodilofaikgpjholiffhhabdo |
官方URL | https://chromewebstore.google.com/detail/smart-summary-for-youtube/ggigonhnodilofaikgpjholiffhhabdo |
简介 | Very fast and high quality YouTube video summaries. Premium information in a fraction of the time. Powered by AI. |
文件大小 | 420 KB |
安装次数 | 27 |
当前版本 | 1.0.1 |
更新时间 | 2023-12-03 |
上架时间 | 2023-12-01 |
评分 | 5.00/5 共3次评分 |
开发者 | https://smartsummary.co |
电子邮箱 | [email protected] |
付费类型 | in_app |
扩展官网 | https://smartsummary.co |
帮助页面URL | https://smartsummary.co/my-plan |
隐私政策页面URL | https://smartsummary.co/privacy |
支持的语言 | 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" ] } |