View Youtube™ Thumbnail
Right click on a Youtube™ thumbnail to open it in its full size.
View Youtube™ Thumbnailとは何ですか?
View Youtube™ ThumbnailはDaniel Binghamによって開発されたChromeの拡張機能で、その主な機能は「Right click on a Youtube™ thumbnail to open it in its full size.」です。
拡張機能のスクリーンショット
View Youtube™ Thumbnail拡張機能のCRXファイルをダウンロード
View Youtube™ Thumbnail拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This opens a YouTube™ thumbnail in its maximum resolution by right clicking on it.
拡張機能の基本情報
名前 | View Youtube™ Thumbnail |
ID | ifeljkoeopnppmdlaofbgepbghddigpf |
公式URL | https://chromewebstore.google.com/detail/view-youtube-thumbnail/ifeljkoeopnppmdlaofbgepbghddigpf |
説明 | Right click on a Youtube™ thumbnail to open it in its full size. |
ファイルサイズ | 8.07 KB |
インストール数 | 4,201 |
現在のバージョン | 1.2 |
最終更新日 | 2018-03-30 |
公開日 | 2018-03-29 |
評価 | 4.19/5 合計 21 レビュー |
開発者 | Daniel Bingham |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "View Youtube\u2122 Thumbnail", "version": "1.2", "description": "Right click on a Youtube\u2122 thumbnail to open it in its full size.", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "page_action": { "default_icon": "icon16.png", "default_title": "YT Thumbnail" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "permissions": [ "tabs", "contextMenus", "https:\/\/www.youtube.com\/*" ] } |