Custom Progress Bar for YouTube™
Change Youtube™ progress bar to custom from fun collection. Make your Youtube™ player awesome!
Wat is Custom Progress Bar for YouTube™?
Custom Progress Bar for YouTube™ is een Chrome-extensie ontwikkeld door https://custom-progress-bar.com, en de belangrijkste functie is "Change Youtube™ progress bar to custom from fun collection. Make your Youtube™ player awesome!".
Extensie Screenshots
Download het CRX-bestand van de extensie Custom Progress Bar for YouTube™
Download Custom Progress Bar for YouTube™-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Custom Progress Bar for YouTube™ |
ID | nbkomboflhdlliegkaiepilnfmophgfg |
Officiële URL | https://chromewebstore.google.com/detail/custom-progress-bar-for-y/nbkomboflhdlliegkaiepilnfmophgfg |
Beschrijving | Change Youtube™ progress bar to custom from fun collection. Make your Youtube™ player awesome! |
Bestandsgrootte | 503 KB |
Aantal Installaties | 242,425 |
Huidige Versie | 3.2.5 |
Laatst Bijgewerkt | 2024-02-24 |
Publicatiedatum | 2020-10-04 |
Beoordeling | 4.66/5 Totaal 1327 Beoordelingen |
Ontwikkelaar | https://custom-progress-bar.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://custom-progress-bar.com/ |
Help Pagina-URL | https://custom-progress-bar.com/contact |
URL van de Privacybeleid Pagina | https://custom-progress-bar.com/en/privacy |
Ondersteunde Talen | 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\/*" ] } ] } |