YouTube Unrounded Thumbnails
Removes round corners from YouTube thumbnails.
什麼是YouTube Unrounded Thumbnails?
YouTube Unrounded Thumbnails是由onedrawcall開發的Chrome擴展程式,該擴展的主要功能是“Removes round corners from YouTube thumbnails.”。
擴展截圖
下載YouTube Unrounded Thumbnails擴展crx文件
下載YouTube Unrounded Thumbnails擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension removes all round corners from thumbnails on YouTube. 擴展基本資訊
| 名稱 | |
| ID | lkklpbhnojokmlapmkpkpphbhakmeifo |
| 官方網址 | https://chromewebstore.google.com/detail/youtube-unrounded-thumbna/lkklpbhnojokmlapmkpkpphbhakmeifo |
| 簡介 | Removes round corners from YouTube thumbnails. |
| 檔案大小 | 7.4 KB |
| 安裝次數 | 1,007 |
| 目前版本 | 1.2 |
| 更新時間 | 2023-08-22 |
| 上架時間 | 2023-01-07 |
| 評分 | 4.89/5 共 9 次評分 |
| 開發者 | onedrawcall |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/1polygon/youtube-unrounded-thumbnails |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "YouTube Unrounded Thumbnails",
"version": "1.2",
"description": "Removes round corners from YouTube thumbnails.",
"icons": {
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"js": [
"main.js"
]
}
]
} | |