Get Thumbnails or Image to video YouTube
Make thumbnail previews or images from YouTube videos
Get Thumbnails or Image to video YouTubeとは何ですか?
Get Thumbnails or Image to video YouTubeはhttps://y-image.netによって開発されたChromeの拡張機能で、その主な機能は「Make thumbnail previews or images from YouTube videos」です。
拡張機能のスクリーンショット
Get Thumbnails or Image to video YouTube拡張機能のCRXファイルをダウンロード
Get Thumbnails or Image to video YouTube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension gets a thumbs up to any video when you are on the YouTube page. Only one click and you can see links to different resolutions of yor thumbnails. 拡張機能の基本情報
| 名前 | |
| ID | fflaolblljkfjjigfpbokbkjnpeggcke |
| 公式URL | https://chromewebstore.google.com/detail/get-thumbnails-or-image-t/fflaolblljkfjjigfpbokbkjnpeggcke |
| 説明 | Make thumbnail previews or images from YouTube videos |
| ファイルサイズ | 56.19 KB |
| インストール数 | 1,030 |
| 現在のバージョン | 1.0.5 |
| 最終更新日 | 2020-07-17 |
| 公開日 | 2017-12-05 |
| 評価 | 3.17/5 合計 6 レビュー |
| 開発者 | https://y-image.net |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://y-image.net |
| 対応言語 | de,en,fr,es,it,lv,pt-PT,cs,ru,uk,zh-TW |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"default_locale": "en",
"name": "__MSG_appName__",
"description": "__MSG_appDescription__",
"version": "1.0.5",
"icons": {
"16": "images\/16x16.png",
"32": "images\/32x32.png",
"48": "images\/48x48.png",
"128": "images\/128x128.png"
},
"permissions": [
"https:\/\/y-image.net\/*",
"activeTab"
],
"browser_action": {
"default_title": "YouTube Image Maker",
"default_icon": "images\/48x48.png",
"default_popup": "popup.html"
}
} | |