YouTubeScreenShot

ワンクリックでYouTubeのスクショを撮るよ。

What is YouTubeScreenShot?

YouTubeScreenShot is a Chrome extension developed by https://ydk.vc, and its main feature is "ワンクリックでYouTubeのスクショを撮るよ。".

Extension Screenshots

screenshot

Download YouTubeScreenShot Extension CRX File

Download YouTubeScreenShot 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

                        YouTubeのスクリーンショットを簡単に取れるChromeの拡張機能です。

## 使い方
1. 適当なYouTubeの動画を開きます。ライブ配信でもOKです。
2. 📷ボタンをクリックすることで、押したときに写っていた映像を「画像(PNGファイル)」としてダウンロードされます。わーい。

## 上手な使い方
- 動画を一時停止させてから📷ボタンをクリックすることで、好みのスクショがダウンロードできるよ。
- <>ボタンをクリックすると、0.1秒ずつ動かせるよ。
- <<>>ボタンをクリックすると、1秒ずつ動かせるよ。
- fボタンをクリックすると、約1フレームずつ動かせるよ。
※正しく1F移動するとは限らないので注意!!                    

Extension Basic Information

Name YouTubeScreenShot YouTubeScreenShot
ID kphdmkjcpejagaaijollpbmikeeehghi
Official URL https://chromewebstore.google.com/detail/youtubescreenshot/kphdmkjcpejagaaijollpbmikeeehghi
Description ワンクリックでYouTubeのスクショを撮るよ。
File Size 13.02 KB
Installation Count 7,656
Current Version 1.1.3
Last Updated 2023-12-20
Publish Date 2020-05-21
Rating 5.00/5 Total 3 Ratings
Developer https://ydk.vc
Email [email protected]
Payment Type free
Extension Website https://github.com/yudukiak/YouTubeScreenShot
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTubeScreenShot",
    "description": "\u30ef\u30f3\u30af\u30ea\u30c3\u30af\u3067YouTube\u306e\u30b9\u30af\u30b7\u30e7\u3092\u64ae\u308b\u3088\u3002",
    "author": "akasaka",
    "version": "1.1.3",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/16.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "src\/script.js"
            ],
            "css": [
                "src\/styles.css"
            ],
            "run_at": "document_end"
        }
    ]
}