Youtube Tumbnail Downloader

Youtube Tumbnail Downloader

Youtube Tumbnail Downloaderとは何ですか?

Youtube Tumbnail DownloaderはYohan Rathnayakaによって開発されたChromeの拡張機能で、その主な機能は「Youtube Tumbnail Downloader」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Easy way to download YouTube video thumbnail

How to use this extension watch video:- https://youtu.be/CO8SY_zsBVw

download YouTube thumbnail tool,
download YouTube thumbnail extension                    

拡張機能の基本情報

名前 Youtube Tumbnail Downloader Youtube Tumbnail Downloader
ID mccdpjiablhggjkbmjholdcfnpopnfkg
公式URL https://chrome.google.com/webstore/detail/youtube-tumbnail-download/mccdpjiablhggjkbmjholdcfnpopnfkg
説明 Youtube Tumbnail Downloader
ファイルサイズ 163 KB
インストール数 102
現在のバージョン 1.0
最終更新日 2021-02-23
公開日 2021-02-23
評価 5.00/5 合計 1 レビュー
開発者 Yohan Rathnayaka
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Tumbnail Downloader",
    "description": "Youtube Tumbnail Downloader",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "icons": {
        "120": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    }
}