Youtube Shorts Forward

Redirect Youtube shorts to normal player, so that user can use forward/backward option.

What is Youtube Shorts Forward?

Youtube Shorts Forward is a Chrome extension developed by abhisheksainideveloper, and its main feature is "Redirect Youtube shorts to normal player, so that user can use forward/backward option.".

Extension Screenshots

screenshot
screenshot

Download Youtube Shorts Forward Extension CRX File

Download Youtube Shorts Forward 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

                        This extension will redirects Youtube shorts to Normal Player.
This allows users to use functionality like forward, backward for Youtube shorts video too.                    

Extension Basic Information

Name Youtube Shorts Forward Youtube Shorts Forward
ID kkejpehmjnaiggfhgdlgjlbnbdbbmkmm
Official URL https://chromewebstore.google.com/detail/youtube-shorts-forward/kkejpehmjnaiggfhgdlgjlbnbdbbmkmm
Description Redirect Youtube shorts to normal player, so that user can use forward/backward option.
File Size 3.2 KB
Installation Count 86
Current Version 1.0
Last Updated 2023-04-18
Publish Date 2023-04-02
Rating 5.00/5 Total 5 Ratings
Developer abhisheksainideveloper
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Shorts Forward",
    "version": "1.0",
    "manifest_version": 3,
    "description": "Redirect Youtube shorts to normal player, so that user can use forward\/backward option.",
    "permissions": [
        "webNavigation"
    ],
    "background": {
        "service_worker": "content.js"
    }
}