Progress Bar for YouTube

Progress bar for YouTube lets you choose the color of the bar and display an image when the video is playing

Progress Bar for YouTube क्या है?

Progress Bar for YouTube Progress Bar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Progress bar for YouTube lets you choose the color of the bar and display an image when the video is playing"।

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

screenshot
screenshot

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

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

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

                        Introducing Progress Bars for YouTube, a browser extension that revolutionizes the traditional YouTube progress bar. With this innovative extension, you can enhance your viewing experience with fully customizable progress bars, dynamic animations, a wide array of colors, and convenient presets.

One of the most captivating features of this extension is its ability to completely transform the appearance of the progress bar. With the custom progress bar feature, you have the freedom to choose from a range of predefined color themes or create your own unique shades to match your personal style. This empowers you to design a progress bar that truly reflects your individuality.

The extension also offers an extensive selection of color themes and presets that seamlessly integrate with the progress bar. Whether you prefer calming and soothing hues for relaxed viewing or vibrant and energetic shades to elevate your mood, there is a palette available to fulfill your desires. The level of customization offered by this extension is unparalleled.

But that's not all! The built-in color constructor takes customization to the next level by allowing you to fine-tune every minute shade and aspect of the progress bar. This means you can create an exclusive color palette that perfectly aligns with your creative vision, making each viewing session feel like a unique work of art.

In addition to the custom progress bar feature, this extension offers a variety of convenient presets that enable you to quickly switch between different progress bar designs. These presets save you time and effort while still providing a wealth of options for personalization.

And let's not forget about the range of fun animations and colors that further enhance your YouTube experience. These dynamic elements perfectly complement your chosen customizations and turn the simple act of watching videos into an immersive and delightful adventure.

Embrace the power of creativity and personalization as you enjoy your favorite videos on YouTube like never before. Upgrade your viewing experience with Progress Bars for YouTube and immerse yourself in a world of captivating customizations and convenient presets.                    

एक्सटेंशन की मूल जानकारी

नाम Progress Bar for YouTube Progress Bar for YouTube
ID ojmlmmdnbioeggphndbnglflnhfjfbgf
आधिकारिक URL https://chromewebstore.google.com/detail/progress-bar-for-youtube/ojmlmmdnbioeggphndbnglflnhfjfbgf
विवरण Progress bar for YouTube lets you choose the color of the bar and display an image when the video is playing
फ़ाइल का आकार 954 KB
स्थापना संख्या 376
वर्तमान संस्करण 4.0.5
अंतिम अपडेट 2024-02-14
प्रकाशन तिथि 2023-08-09
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Progress Bar
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://sites.google.com/view/stannko/stannko
समर्थित भाषाएँ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "action": {
        "default_icon": "assets\/icon128.png",
        "default_popup": "index.html",
        "icons": {
            "128": "assets\/icon128.png",
            "32": "assets\/icon32.png",
            "64": "assets\/icon64.png",
            "96": "assets\/icon96.png"
        },
        "name": "__MSG_app_name__"
    },
    "background": {
        "service_worker": "service.js"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_app_description__",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.cusmize.com\/*",
            "*:\/\/*.youtube-customizer.com\/*"
        ]
    },
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "icons": {
        "128": "assets\/icon128.png",
        "32": "assets\/icon32.png",
        "64": "assets\/icon64.png",
        "96": "assets\/icon96.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1d3ajTRYOvsHdI\/KtwzBRL93UYAsvR6AyMFT2ziHisnKKeOT8rPET0xEWOA7hnyVHps\/MFQH0EfR+G2zZG2LLKdZ62wnu5eC8ilh5GFiXFAXNnd522QxCTN9TdBDziplYPbsqBmA6QG3ssn8bSE9Ruw6k9RzZK9h5uBlGGO8D4nORGW3bOWqcOg5P1NINvhK\/qqogHDm9a6sfmf2N0Ikc0ZwR26YOhyHENXrnGGdaYYImdOsIDeTBR\/MUwJw2MF0eXEBuRyB6KIXi54Fvlz1RTaxF\/Ti1kmYRvxZpbqTCwHtENdwo7L0wP6vn\/Jo0XWL10JQ4B+vO6S9p3HvI3xiQQIDAQAB",
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "4.0.5"
}