Custom Color for YouTube's Progress Bar

Change the red color to a custom YouTube progress bar color

Qu'est-ce que Custom Color for YouTube's Progress Bar ?

Custom Color for YouTube's Progress Bar est une extension Chrome développée par Magic Dev, et sa fonction principale est "Change the red color to a custom YouTube progress bar color".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Custom Color for YouTube's Progress Bar

Téléchargez les fichiers d'extension Custom Color for YouTube's Progress Bar au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Custom Color for YouTube's Progress Bar Custom Color for YouTube's Progress Bar
ID ockckcgfofdgmleckhfigmkgkmafgald
URL Officiel https://chromewebstore.google.com/detail/custom-color-for-youtubes/ockckcgfofdgmleckhfigmkgkmafgald
Description Change the red color to a custom YouTube progress bar color
Taille du Fichier 50.95 KB
Nombre d'Installations 1,092
Version Actuelle 1.0.3
Dernière Mise à Jour 2022-11-05
Date de Publication 2022-08-22
Évaluation 4.10/5 Total 20 Évaluations
Développeur Magic Dev
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}