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 :) 拡張機能の基本情報
| 名前 | |
| ID | ockckcgfofdgmleckhfigmkgkmafgald |
| 公式URL | 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 |
| Eメール | [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"
]
} | |