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!」です。
拡張機能のスクリーンショット
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™ |
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 |
Eメール | [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\/*" ] } ] } |