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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Magic Dev และคุณลักษณะหลักของมันคือ "Change the red color to a custom YouTube progress bar color"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Custom Color for YouTube's Progress Bar

ดาวน์โหลดไฟล์ส่วนขยาย 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 Custom Color for YouTube's Progress Bar
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
อีเมล [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"
    ]
}