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 |
官方網址 | 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 |
電子郵箱 | [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\/*" ] } |