Summaries for Youtube™ videos

Your personal robotic assistant gives you the executive summary

Hvad er Summaries for Youtube™ videos?

Summaries for Youtube™ videos er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Your personal robotic assistant gives you the executive summary".

Udvidelsesskærmbilleder

screenshot

Download Summaries for Youtube™ videos-udvidelses-CRX-fil

Download Summaries for Youtube™ videos-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Summaries for Youtube™ videos Summaries for Youtube™ videos
ID pnompgghkkmfbeabgedlalfmcahikjni
Officiel URL https://chromewebstore.google.com/detail/summaries-for-youtube-vid/pnompgghkkmfbeabgedlalfmcahikjni
Beskrivelse Your personal robotic assistant gives you the executive summary
Filstørrelse 11.53 KB
Antal Installationer 202
Nuværende Version 0.0.0.3
Senest Opdateret 2022-04-30
Udgivelsesdato 2022-01-03
Bedømmelse 3.75/5 Samlet 4 Bedømmelser
Udvikler Unknown
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://summariesforyoutube.com
Understøttede Sprog 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"
            ]
        }
    ]
}