Youtube Thumbnail Finder
Add button on youtube videos to easly get thumbnail
什麼是Youtube Thumbnail Finder?
Youtube Thumbnail Finder是由https://youthumb.net開發的Chrome擴展程式,該擴展的主要功能是“Add button on youtube videos to easly get thumbnail”。
擴展截圖
下載Youtube Thumbnail Finder擴展crx文件
下載Youtube Thumbnail Finder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Add button on youtube videos to easly get thumbnail 擴展基本資訊
| 名稱 | |
| ID | jbiffggjjomeebhgmdeacgjohkoknadl |
| 官方網址 | https://chromewebstore.google.com/detail/youtube-thumbnail-finder/jbiffggjjomeebhgmdeacgjohkoknadl |
| 簡介 | Add button on youtube videos to easly get thumbnail |
| 檔案大小 | 26.35 KB |
| 安裝次數 | 9,203 |
| 目前版本 | 1.3.0 |
| 更新時間 | 2015-06-02 |
| 上架時間 | 2015-06-02 |
| 評分 | 4.14/5 共 22 次評分 |
| 開發者 | https://youthumb.net |
| 付費類型 | free |
| 擴展官網 | https://youthumb.net |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Youtube Thumbnail Finder",
"short_name": "Youthumb",
"description": "Add button on youtube videos to easly get thumbnail",
"version": "1.3.0",
"author": "Vegard Bj\u00f8rsvik",
"homepage_url": "https:\/\/youthumb.net",
"icons": {
"128": "logo.png"
},
"permissions": [
"*:\/\/www.youtube.com\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"js": [
"button.js"
],
"run_at": "document_end"
}
]
} | |