Summaries for Youtube™ videos

Your personal robotic assistant gives you the executive summary

What is Summaries for Youtube™ videos?

Summaries for Youtube™ videos is a Chrome extension developed by Unknown, and its main feature is "Your personal robotic assistant gives you the executive summary".

Extension Screenshots

screenshot

Download Summaries for Youtube™ videos Extension CRX File

Download Summaries for Youtube™ videos extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Summaries for Youtube™ videos Summaries for Youtube™ videos
ID pnompgghkkmfbeabgedlalfmcahikjni
Official URL https://chromewebstore.google.com/detail/summaries-for-youtube-vid/pnompgghkkmfbeabgedlalfmcahikjni
Description Your personal robotic assistant gives you the executive summary
File Size 11.53 KB
Installation Count 202
Current Version 0.0.0.3
Last Updated 2022-04-30
Publish Date 2022-01-03
Rating 3.75/5 Total 4 Ratings
Developer Unknown
Email [email protected]
Payment Type free
Extension Website http://summariesforyoutube.com
Supported Languages 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"
            ]
        }
    ]
}