Custom Color for YouTube's Progress Bar

Change the red color to a custom YouTube progress bar color

Co je Custom Color for YouTube's Progress Bar?

Custom Color for YouTube's Progress Bar je rozšíření Chrome vyvinuté Magic Dev, a jeho hlavní funkcí je „Change the red color to a custom YouTube progress bar color“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Custom Color for YouTube's Progress Bar

Stáhněte si soubory rozšíření Custom Color for YouTube's Progress Bar ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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 :)                    

Základní Informace o Rozšíření

Název Custom Color for YouTube's Progress Bar Custom Color for YouTube's Progress Bar
ID ockckcgfofdgmleckhfigmkgkmafgald
Oficiální URL https://chromewebstore.google.com/detail/custom-color-for-youtubes/ockckcgfofdgmleckhfigmkgkmafgald
Popis Change the red color to a custom YouTube progress bar color
Velikost souboru 50.95 KB
Počet instalací 1,092
Aktuální Verze 1.0.3
Poslední Aktualizace 2022-11-05
Datum Vydání 2022-08-22
Hodnocení 4.10/5 Celkem 20 Hodnocení
Vývojář Magic Dev
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}