Download YouTube thumbnails

Download thumbnails of YouTube video

Download YouTube thumbnailsとは何ですか?

Download YouTube thumbnailsはhttp://ovdss.comによって開発されたChromeの拡張機能で、その主な機能は「Download thumbnails of YouTube video」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Download YouTube thumbnail images of all quality for free. This application let you   download thumbnails of all quality. Just paste the URL of the thumbnail video in the below input and click Get Thumbnail Image.

You will get a list of all The Available Youtube Video Thumbnail Qualities:
  👉 Which you can Choose From High Quality(HQ).
  👉 High Definition (HD), 4K, 720p, 1080p Thumbnail
  👉 Low Quality and Medium Quality Youtube Thumbnails are also available.

Click on the Download Button, and Your Youtube Video Thumbnail will be Downloaded in your Device's Storage                    

拡張機能の基本情報

名前 Download YouTube thumbnails Download YouTube thumbnails
ID pmgkjjpbajhkehjmopponglohmidpppg
公式URL https://chrome.google.com/webstore/detail/download-youtube-thumbnai/pmgkjjpbajhkehjmopponglohmidpppg
説明 Download thumbnails of YouTube video
ファイルサイズ 1.23 MB
インストール数 596
現在のバージョン 1.1.7
最終更新日 2023-08-31
公開日 2022-05-25
評価 3.63/5 合計 8 レビュー
開発者 http://ovdss.com
Eメール [email protected]
拡張機能のウェブサイト https://ovdss.com/apps/get-youtube-thumbnail
プライバシーポリシーページのURL https://ovdss.com/privacy_policy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Download YouTube thumbnails",
    "description": "Download thumbnails of YouTube video",
    "version": "1.1.7",
    "action": {
        "name": "Download YouTube thumbnails",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "1.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/www.vimeo.com\/*"
            ],
            "js": [
                "jquery.js",
                "download.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "1.png",
        "48": "2.png",
        "128": "3.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.png",
                "*.PNG"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*.youtube.com\/*",
        "*:\/\/*.vimeo.com\/*"
    ],
    "manifest_version": 3
}