Awesome ScreenShot YouTube

Take a screenshot of any YouTube video with one click.

Awesome ScreenShot YouTubeとは何ですか?

Awesome ScreenShot YouTubeはMagic Devによって開発されたChromeの拡張機能で、その主な機能は「Take a screenshot of any YouTube video with one click.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Adds a “Screenshot” button to the YouTube video player which saves a screenshot of the currently playing video as a file.

Click on the "o" button to take a screenshot.                    

拡張機能の基本情報

名前 Awesome ScreenShot YouTube Awesome ScreenShot YouTube
ID igpogmdknpofhifbnhgeniljfoebfene
公式URL https://chromewebstore.google.com/detail/awesome-screenshot-youtub/igpogmdknpofhifbnhgeniljfoebfene
説明 Take a screenshot of any YouTube video with one click.
ファイルサイズ 18.79 KB
インストール数 35
現在のバージョン 1.0.3
最終更新日 2022-02-05
公開日 2021-11-26
開発者 Magic Dev
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Awesome ScreenShot YouTube",
    "version": "1.0.3",
    "description": "Take a screenshot of any YouTube video with one click.",
    "icons": {
        "128": "\/images\/128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "images\/*"
    ],
    "permissions": [
        "https:\/\/www.youtube.com\/*",
        "webNavigation"
    ]
}