YouTube Progress Bar Hider
Lightweight extension to hide the YouTube progress bar and video duration.
What is YouTube Progress Bar Hider?
YouTube Progress Bar Hider is a Chrome extension developed by Lolo Réel, and its main feature is "Lightweight extension to hide the YouTube progress bar and video duration.".
Extension Screenshots
Download YouTube Progress Bar Hider Extension CRX File
Download YouTube Progress Bar Hider extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
- No configuration - No menu - Lightweight (<10kb)
Extension Basic Information
Name | YouTube Progress Bar Hider |
ID | oijcookiachipbcjfimdahgaacmmkpea |
Official URL | https://chromewebstore.google.com/detail/youtube-progress-bar-hide/oijcookiachipbcjfimdahgaacmmkpea |
Description | Lightweight extension to hide the YouTube progress bar and video duration. |
File Size | 11.01 KB |
Installation Count | 133 |
Current Version | 1.0 |
Last Updated | 2023-09-09 |
Publish Date | 2020-09-20 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Lolo Réel |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "css": [ "yth.css" ], "matches": [ "*:\/\/*.youtube.com\/*" ] } ], "manifest_version": 2, "name": "YouTube Progress Bar Hider", "description": "Lightweight extension to hide the YouTube progress bar and video duration.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "version": "1.0" } |