youtube thumbnails getter
chrome extension to get youtube thumbnails
youtube thumbnails getterとは何ですか?
youtube thumbnails getterはgiasorairoによって開発されたChromeの拡張機能で、その主な機能は「chrome extension to get youtube thumbnails」です。
拡張機能のスクリーンショット
youtube thumbnails getter拡張機能のCRXファイルをダウンロード
youtube thumbnails getter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Displays the thumbnail of the youtube video you are watching
显示你正在观看的 YouTube 视频的缩略图
Отображение миниатюры просматриваемого видео на youtube
鑑賞中の youtube の動画のサムネイルを表示します 拡張機能の基本情報
| 名前 | |
| ID | ghhbhfmihfneeonmbchmkfpdcnmolfgo |
| 公式URL | https://chromewebstore.google.com/detail/youtube-thumbnails-getter/ghhbhfmihfneeonmbchmkfpdcnmolfgo |
| 説明 | chrome extension to get youtube thumbnails |
| ファイルサイズ | 9.18 KB |
| インストール数 | 125 |
| 現在のバージョン | 1.2.0 |
| 最終更新日 | 2023-12-18 |
| 公開日 | 2022-02-01 |
| 評価 | 4.00/5 合計 1 レビュー |
| 開発者 | giasorairo |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "youtube thumbnails getter",
"author": "gia_sorairo",
"version": "1.2.0",
"manifest_version": 3,
"description": "chrome extension to get youtube thumbnails",
"permissions": [
"tabs"
],
"action": {
"default_popup": "popup-dialog.html"
},
"icons": {
"16": "icon\/icon16.png",
"48": "icon\/icon48.png",
"128": "icon\/icon128.png"
},
"host_permissions": [
"*:\/\/*\/*"
]
} | |