View YouTube Thumbnail Simply
View YouTube video thumbnail simply.
什麼是View YouTube Thumbnail Simply?
View YouTube Thumbnail Simply是由Daigoro560開發的Chrome擴展程式,該擴展的主要功能是“View YouTube video thumbnail simply.”。
擴展截圖
下載View YouTube Thumbnail Simply擴展crx文件
下載View YouTube Thumbnail Simply擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
View YouTube video thumbnail. and, function to copy description. 擴展基本資訊
| 名稱 | |
| ID | fbaeeibkokcbfkpmjbpplckclakpcefd |
| 官方網址 | https://chromewebstore.google.com/detail/view-youtube-thumbnail-si/fbaeeibkokcbfkpmjbpplckclakpcefd |
| 簡介 | View YouTube video thumbnail simply. |
| 檔案大小 | 10.13 KB |
| 安裝次數 | 28 |
| 目前版本 | 1.0.14 |
| 更新時間 | 2023-12-17 |
| 上架時間 | 2021-09-12 |
| 開發者 | Daigoro560 |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_name__",
"version": "1.0.14",
"default_locale": "en",
"description": "__MSG_desc__",
"icons": {
"48": "icons\/48.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"js": [
"js\/ytthumb.js"
]
}
],
"web_accessible_resources": [
"img\/thumbnail.png",
"img\/description.png",
"img\/json.png"
],
"options_ui": {
"page": "html\/options.html"
},
"permissions": [
"storage"
]
} | |