Custom Progress Bar for YouTube™

Change Youtube™ progress bar to custom from fun collection. Make your Youtube™ player awesome!

什么是Custom Progress Bar for YouTube™?

Custom Progress Bar for YouTube™是由https://custom-progress-bar.com开发的Chrome扩展程序,该扩展的主要功能是“Change Youtube™ progress bar to custom from fun collection. Make your Youtube™ player awesome!”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载Custom Progress Bar for YouTube™扩展crx文件

下载Custom Progress Bar for YouTube™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Transform your YouTube watching experience with Custom Progress Bar for YouTube. This fun and innovative Chrome extension allow you to replace the standard progress bar on YouTube with a wide range of custom options. With our collection of colorful and animated progress bars, you can add a touch of personality and excitement to your favorite videos.

Custom Progress Bar for YouTube gives you a selection of 30 🍭 colorful progress bars inside the extension and about 1000 custom progress bars 🤩 are available on our website for you to download and enjoy. 

Features:

- Customization Galore: Choose from a vast selection of custom progress bars from our library. Whether you're into cute, funny, gaming, or meme-themed progress bars, we have something for everyone. With new additions regularly, there's always something fresh to explore.

- Fun Animations and Colors: Make your YouTube player come alive with engaging animations and vibrant colors. From adorable bongo cats to popular memes and iconic characters, our custom progress bars will bring a smile to your face as you watch your favorite videos.

- Easy Installation: Installing Custom Progress Bar for YouTube is quick and hassle-free. Simply add the extension to your Chrome browser, and you're ready to customize your YouTube progress bar with a few clicks.

- Seamless Integration: Once installed, our custom progress bars will automatically appear on all YouTube videos and websites with embedded YouTube players. Enjoy a consistent and personalized viewing experience across platforms.

- Regular Updates: We're committed to keeping our collection of custom progress bars fresh and exciting. Our team adds new designs regularly, ensuring you have a vast array of options to choose from.

- User-Friendly Interface: Customizing your progress bar is a breeze with our intuitive and user-friendly interface. Easily navigate through different themes and animations, preview them in real-time, and apply your favorite choice with a single click.

Use an awesome custom YouTube player and make your days more colorful!                    

扩展基本信息

名称 Custom Progress Bar for YouTube™ Custom Progress Bar for YouTube™
ID nbkomboflhdlliegkaiepilnfmophgfg
官方URL https://chromewebstore.google.com/detail/custom-progress-bar-for-y/nbkomboflhdlliegkaiepilnfmophgfg
简介 Change Youtube™ progress bar to custom from fun collection. Make your Youtube™ player awesome!
文件大小 503 KB
安装次数 242,425
当前版本 3.2.5
更新时间 2024-02-24
上架时间 2020-10-04
评分 4.66/5 共1327次评分
开发者 https://custom-progress-bar.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://custom-progress-bar.com/
帮助页面URL https://custom-progress-bar.com/contact
隐私政策页面URL https://custom-progress-bar.com/en/privacy
支持的语言 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": {
            "128": "assets\/icons\/icon128.png",
            "256": "assets\/icons\/icon256.png",
            "32": "assets\/icons\/icon32.png",
            "48": "assets\/icons\/icon48.png",
            "64": "assets\/icons\/icon64.png"
        },
        "default_popup": "index.html",
        "default_title": "Click to change Youtube progress bar"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "style.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        },
        {
            "all_frames": true,
            "js": [
                "custom-progress-bar.js"
            ],
            "matches": [
                "*:\/\/*.custom-progressbar.com\/*",
                "*:\/\/*.yt-progressbar.com\/*",
                "*:\/\/*.custom-pb.com\/*",
                "*:\/\/*.custom-progress-bar.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": {
        "isolated_world": "script-src 'self' 'unsafe-eval'; object-src 'self'"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.custom-progressbar.com\/*",
            "*:\/\/*.yt-progressbar.com\/*",
            "*:\/\/*.custom-pb.com\/*",
            "*:\/\/*.custom-progress-bar.com\/*"
        ]
    },
    "homepage_url": "https:\/\/custom-progressbar.com",
    "host_permissions": [
        "*:\/\/*.custom-pb.com\/*",
        "*:\/\/*.custom-progress-bar.com\/*",
        "*:\/\/*.youtube.com\/*"
    ],
    "icons": {
        "128": "assets\/icons\/icon128.png",
        "256": "assets\/icons\/icon256.png",
        "32": "assets\/icons\/icon32.png",
        "48": "assets\/icons\/icon48.png",
        "64": "assets\/icons\/icon64.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAw5MdOMRWYaZWMcf9i9wFD5GFsuHdszYvfblkIq03nxyP\/SyPscplR\/1JUqnXfP91ldvzwDf798yWEBt3ADwlth3sQ0LZGd9R3i6j\/2a9y6StyFmCZB0LoSHontuFZoVzmGObQHyN4TzQzS9pMthA9rx9L3UNMQ+Lypc7K\/TvktRNFfl0QQM81oubSSjgkv9edE5u\/ks473+NjYVHOYdtJGQwFf0gNj\/s5RFRD3X7iUe0roKit5nRnGZDJwB5x2\/kqkZmxETcxxwoKN9W82UsOAIzRepx14CAd1oToocc1BK3eXbtHNGnB9PNxWUiz7jVOF7DEoOU+iP1BxX0iHg8RwIDAQAB",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "options_page": "settings.html",
    "permissions": [
        "storage",
        "notifications",
        "unlimitedStorage",
        "activeTab",
        "alarms"
    ],
    "short_name": "__MSG_short_name__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.2.5",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "assets\/*.*",
                "libs\/*.*",
                "style.js",
                "custom-progress-bar.js",
                "sw.js",
                "*:\/\/*\/*",
                "*:\/\/*.custom-pb.com\/*",
                "*:\/\/*.custom-progress-bar.com\/*"
            ]
        }
    ]
}