NessDan's YouTube Thumbnail Downloader
Download YouTube video thumbnails
NessDan's YouTube Thumbnail Downloaderとは何ですか?
NessDan's YouTube Thumbnail Downloaderはdaniel.kaspoによって開発されたChromeの拡張機能で、その主な機能は「Download YouTube video thumbnails」です。
拡張機能のスクリーンショット
NessDan's YouTube Thumbnail Downloader拡張機能のCRXファイルをダウンロード
NessDan's YouTube Thumbnail Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Download YouTube Thumbnails quickly and easily!
* Just right-click any YouTube page or link!
* No annoying ads!
* No weird permissions required!
* Simple!                     拡張機能の基本情報
| 名前 |   |  
| ID | plngolgielfjikccimmlciadbccpenom | 
| 公式URL | https://chromewebstore.google.com/detail/nessdans-youtube-thumbnai/plngolgielfjikccimmlciadbccpenom | 
| 説明 | Download YouTube video thumbnails | 
| ファイルサイズ | 8.53 KB | 
| インストール数 | 54 | 
| 現在のバージョン | 1.3 | 
| 最終更新日 | 2023-09-26 | 
| 公開日 | 2023-09-14 | 
| 評価 | 5.00/5 合計 2 レビュー | 
| 開発者 | daniel.kaspo | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 対応言語 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NessDan's YouTube Thumbnail Downloader",
    "version": "1.3",
    "description": "Download YouTube video thumbnails",
    "permissions": [
        "activeTab",
        "contextMenus",
        "downloads"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "host_permissions": [
        "https:\/\/img.youtube.com\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon.png",
            "48": "icon.png",
            "128": "icon.png"
        }
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}  |  |