YouTube Shorts Progress Bar

Adds a video progress bar to YouTube Shorts! Jump ahead, rewind, or simply track your progress through any short with ease.

What is YouTube Shorts Progress Bar?

YouTube Shorts Progress Bar is a Chrome extension developed by TechTeachBytes, and its main feature is "Adds a video progress bar to YouTube Shorts! Jump ahead, rewind, or simply track your progress through any short with ease.".

Extension Screenshots

screenshot
screenshot

Download YouTube Shorts Progress Bar Extension CRX File

Download YouTube Shorts Progress Bar 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

                        Immerse yourself in the world of YouTube Shorts with our YouTube Shorts Progress Bar extension. As creators continue to innovate in their storytelling through this exciting format, we believe you should have complete control over your viewing experience.

This extension introduces a much-needed feature to the YouTube Shorts player - a video progress bar. This gives you the ability to see where you are in the video, down to the second, and enables you to skip to a specific part of the video without having to restart or watch the whole thing.

Key Features:

 1. Video Progress Bar: Clearly visualize your progress through any YouTube short.

 2. Skip & Rewind: Jump ahead to your favorite parts or go back to rewatch moments you may have missed, all with a simple click on the progress bar.

 3. User-friendly Design: The progress bar is integrated seamlessly into the YouTube Shorts player, making it easy to use and non-disruptive to your viewing experience.

 4. No interruptions: Our extension doesn't interfere with the original functionality of YouTube. Enjoy all the features you love, with added control.

To start using, simply install the extension and start watching YouTube Shorts. The progress bar will automatically appear at the bottom of the player. You can then click on any part of the progress bar to skip forward or backward in the video.

Our YouTube Shorts Progress Bar extension aims to enhance your YouTube Shorts experience, providing you with the control to view content your way. Install today and revolutionize your YouTube Shorts viewing experience!                    

Extension Basic Information

Name YouTube Shorts Progress Bar YouTube Shorts Progress Bar
ID djgpofjaioiokpfmedpbhdiinplkmkbb
Official URL https://chromewebstore.google.com/detail/youtube-shorts-progress-b/djgpofjaioiokpfmedpbhdiinplkmkbb
Description Adds a video progress bar to YouTube Shorts! Jump ahead, rewind, or simply track your progress through any short with ease.
File Size 48.64 KB
Installation Count 8,000
Current Version 1.0.0
Last Updated 2023-05-24
Publish Date 2023-05-23
Rating 4.86/5 Total 44 Ratings
Developer TechTeachBytes
Email [email protected]
Payment Type free
Extension Website https://www.youtube.com/@TechTeachBytes
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Shorts Progress Bar",
    "version": "1.0.0",
    "manifest_version": 3,
    "description": "Adds a video progress bar to YouTube Shorts! Jump ahead, rewind, or simply track your progress through any short with ease.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}