YouTube Shorts to Video Player

This extension helps you in watching YouTube Shorts by adding features like rewinding, speed controls, skipping, etc.

What is YouTube Shorts to Video Player?

YouTube Shorts to Video Player is a Chrome extension developed by kushalgoel786, and its main feature is "This extension helps you in watching YouTube Shorts by adding features like rewinding, speed controls, skipping, etc.".

Extension Screenshots

screenshot

Download YouTube Shorts to Video Player Extension CRX File

Download YouTube Shorts to Video Player 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

                        Introducing "YouTube Shorts to Video Player" – the ultimate extension to supercharge your YouTube Shorts experience!

Are you tired of not having control over your YouTube Shorts playback? Frustrated by the lack of essential features like rewinding, skipping, and speed controls? Look no further! With my innovative extension, you can now enjoy YouTube Shorts like never before.

Here's what "YouTube Shorts to Video Player" brings to the table:

- Rewind and Skip: Easily navigate through the Short videos by rewinding or skipping to any desired moment. No more missing out on exciting or impactful parts!

- Speed Controls: Adjust the playback speed to your preference. Speed up the Shorts for a quick overview or slow them down for a more detailed analysis. The choice is yours!

- Volume Controls: You can now adjust the volume of the Shorts rather than just muting, unmuting it!

Get ready for a whole new level of control and immersion. Install "YouTube Shorts to Video Player" now and embrace the future of YouTube Shorts viewing!

Note: "YouTube Shorts to Video Player" is a third-party extension and is not affiliated with or endorsed by YouTube.                    

Extension Basic Information

Name YouTube Shorts to Video Player YouTube Shorts to Video Player
ID dldgokjmoecpkdfdoniidbjaoginamko
Official URL https://chromewebstore.google.com/detail/youtube-shorts-to-video-p/dldgokjmoecpkdfdoniidbjaoginamko
Description This extension helps you in watching YouTube Shorts by adding features like rewinding, speed controls, skipping, etc.
File Size 176 KB
Installation Count 384
Current Version 1.0.0
Last Updated 2023-09-26
Publish Date 2023-09-25
Rating 4.67/5 Total 6 Ratings
Developer kushalgoel786
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Shorts to Video Player",
    "description": "This extension helps you in watching YouTube Shorts by adding features like rewinding, speed controls, skipping, etc.",
    "version": "1.0.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        },
        "default_title": "YouTube Shorts to Video Player"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "permissions": [
        "webNavigation",
        "tabs"
    ]
}