Summaries for Youtube™ videos

Your personal robotic assistant gives you the executive summary

什么是Summaries for Youtube™ videos?

Summaries for Youtube™ videos是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Your personal robotic assistant gives you the executive summary”。

扩展截图

screenshot

下载Summaries for Youtube™ videos扩展crx文件

下载Summaries for Youtube™ videos扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Who has time for watching long videos?  Not Us.  We fixed that for you.

Save time, gain more knowledge, and learn faster by READING, NOT WATCHING videos. 

Skip the long and boring explanations and read only what interests you.

Features:
 + Formatted Transcripts 
 + Video Chapters
 + Keyword Search
💥 Save time and achieve better productivity.
Free to download and use!
_________________________________________________________________
To use this extension:
1) Download the Chrome Extension
2) Turn on Chrome Notifications & Pin the Summaries for Youtube™
3) Navigate to a Youtube™ video and a Chrome Notification should appear - click on it!
_________________________________________________________________
 
Visit our website: www.summariesforyoutube.com
Love it? Hate it? Ideas to Improve it?  Let us know!                    

扩展基本信息

名称 Summaries for Youtube™ videos Summaries for Youtube™ videos
ID pnompgghkkmfbeabgedlalfmcahikjni
官方URL https://chromewebstore.google.com/detail/summaries-for-youtube-vid/pnompgghkkmfbeabgedlalfmcahikjni
简介 Your personal robotic assistant gives you the executive summary
文件大小 11.53 KB
安装次数 202
当前版本 0.0.0.3
更新时间 2022-04-30
上架时间 2022-01-03
评分 3.75/5 共4次评分
开发者 Unknown
电子邮箱 [email protected]
付费类型 free
扩展官网 http://summariesforyoutube.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Summaries for Youtube\u2122 videos",
    "description": "Your personal robotic assistant gives you the executive summary",
    "version": "0.0.0.3",
    "manifest_version": 3,
    "icons": {
        "128": "logo128.png"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "notifications",
        "webNavigation"
    ],
    "action": [],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}