Custom Color for YouTube's Progress Bar
Change the red color to a custom YouTube progress bar color
什麼是Custom Color for YouTube's Progress Bar?
Custom Color for YouTube's Progress Bar是由Magic Dev開發的Chrome擴展程式,該擴展的主要功能是“Change the red color to a custom YouTube progress bar color”。
擴展截圖
下載Custom Color for YouTube's Progress Bar擴展crx文件
下載Custom Color for YouTube's Progress Bar擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Change Youtube™ progress bar to custom color. Make your Youtube™ player awesome! - The ability to choose the color yourself - Selection of beautiful colors for the progress bar - Color preservation. You don't have to choose a color every time ------------------- ! After installing this extension, refresh the previously opened tab if you want to use it on this page. ------------------- Leave your feedback :)
擴展基本資訊
名稱 | Custom Color for YouTube's Progress Bar |
ID | ockckcgfofdgmleckhfigmkgkmafgald |
官方網址 | https://chromewebstore.google.com/detail/custom-color-for-youtubes/ockckcgfofdgmleckhfigmkgkmafgald |
簡介 | Change the red color to a custom YouTube progress bar color |
檔案大小 | 50.95 KB |
安裝次數 | 1,092 |
目前版本 | 1.0.3 |
更新時間 | 2022-11-05 |
上架時間 | 2022-08-22 |
評分 | 4.10/5 共 20 次評分 |
開發者 | Magic Dev |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Custom Color for YouTube's Progress Bar", "description": "Change the red color to a custom YouTube progress bar color", "version": "1.0.3", "content_scripts": [ { "js": [ "jquery-3.6.0.min.js", "script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle" } ], "action": { "default_icon": "img\/icon.png", "default_popup": "popup.html" }, "icons": { "128": "img\/icon_128.png" }, "permissions": [ "storage" ] } |