YT Thumbnail Downloader

Save YT Thumbnail in all Quality

YT Thumbnail Downloaderとは何ですか?

YT Thumbnail Downloaderはhttps://y2saver.comによって開発されたChromeの拡張機能で、その主な機能は「Save YT Thumbnail in all Quality」です。

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

screenshot
screenshot

YT Thumbnail Downloader拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Save Thumbnail images of YT videos

YT Thumbnail Downloader is simple tool which will help you to download thumbnail images of any youtube video.
Download free YT videos thumbnail image in Full HD(1080), HD (720), SD, and also in small size. 
it's currently supported formats: YouTube (HD, HQ, 1080p, 4K)

you can easily download your video-thumbnails. 
Just open any youtube video > click on Download Thumbnail button from extension > Done! Your thumbnails will be ready for saving.

Privacy policy: https://y2saver.com/privacy-policy.html                    

拡張機能の基本情報

名前 YT Thumbnail Downloader YT Thumbnail Downloader
ID ejnoellmghodpjfhceijpokgkflmcpgj
公式URL https://chromewebstore.google.com/detail/yt-thumbnail-downloader/ejnoellmghodpjfhceijpokgkflmcpgj
説明 Save YT Thumbnail in all Quality
ファイルサイズ 44.42 KB
インストール数 349
現在のバージョン 1
最終更新日 2021-09-29
公開日 2021-09-29
評価 4.00/5 合計 4 レビュー
開発者 https://y2saver.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://y2saver.com
ヘルプページのURL https://y2saver.com/contact.html
プライバシーポリシーページのURL https://y2saver.com/privacy-policy.html
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "mains.png"
        },
        "default_popup": "popup.html",
        "name": "YT Thumbnail Downloader"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "download.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Save YT Thumbnail  in all Quality",
    "icons": {
        "128": "mains.png",
        "16": "mains.png",
        "48": "mains.png"
    },
    "manifest_version": 2,
    "name": "YT Thumbnail Downloader",
    "permissions": [
        "tabs",
        "*:\/\/*.youtube.com\/*"
    ],
    "version": "1",
    "web_accessible_resources": [
        "*.png",
        "*.PNG"
    ]
}