YouTube Screenshot

Allows you to take screenshot of the video and save it instantly to your disk

YouTube Screenshotとは何ですか?

YouTube ScreenshotはPranav Acharyaによって開発されたChromeの拡張機能で、その主な機能は「Allows you to take screenshot of the video and save it instantly to your disk」です。

拡張機能のスクリーンショット

screenshot

YouTube Screenshot拡張機能のCRXファイルをダウンロード

YouTube Screenshot拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Click on the Capture button to capture the current frame of a youtube video as an image and save it instantly to disk.                    

拡張機能の基本情報

名前 YouTube Screenshot YouTube Screenshot
ID admjdaoijfccdllogfnddnllkghmkpfb
公式URL https://chromewebstore.google.com/detail/youtube-screenshot/admjdaoijfccdllogfnddnllkghmkpfb
説明 Allows you to take screenshot of the video and save it instantly to your disk
ファイルサイズ 3.87 KB
インストール数 4,627
現在のバージョン 1.4
最終更新日 2017-01-08
公開日 2017-01-07
評価 2.23/5 合計 40 レビュー
開発者 Pranav Acharya
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Screenshot",
    "version": "1.4",
    "description": "Allows you to take screenshot of the video and save it instantly to your disk",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "page.js"
            ]
        }
    ],
    "manifest_version": 2
}