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
Eメール [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"
            ]
        }
    ]
}