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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Change the red color to a custom YouTube progress bar color"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Custom Color for YouTube's Progress Bar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}