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