Random color for YouTube's progress bar

Change red color for a random of the YouTube's progress bar

Random color for YouTube's progress barคืออะไร?

Random color for YouTube's progress bar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Axel Juino และคุณลักษณะหลักของมันคือ "Change red color for a random of the YouTube's progress bar"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Random color for YouTube's progress bar

ดาวน์โหลดไฟล์ส่วนขยาย Random color for YouTube's progress bar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension change the video's progress bar on YouTube with a random color.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Random color for YouTube's progress bar Random color for YouTube's progress bar
ID nifjmcelpmkfkofnmllhjhphjlhpdckn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/random-color-for-youtubes/nifjmcelpmkfkofnmllhjhphjlhpdckn
คำอธิบาย Change red color for a random of the YouTube's progress bar
ขนาดไฟล์ 25.48 KB
จำนวนการติดตั้ง 610
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2020-12-21
วันที่เผยแพร่ 2020-11-29
คะแนน 4.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Axel Juino
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://axelouuu.fr
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Random color for YouTube's progress bar",
    "description": "Change red color for a random of the YouTube's progress bar",
    "version": "1.1",
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/icon_128.png"
    },
    "background": {
        "scripts": [
            "script.js"
        ]
    }
}