YouTube Shorts to Standard Videos
Click the extension icon to convert YouTube Shorts URLs to standard YouTube video URLs.
What is YouTube Shorts to Standard Videos?
YouTube Shorts to Standard Videos is a Chrome extension developed by https://browsernative.com, and its main feature is "Click the extension icon to convert YouTube Shorts URLs to standard YouTube video URLs.".
Extension Screenshots
Download YouTube Shorts to Standard Videos Extension CRX File
Download YouTube Shorts to Standard Videos 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
Watch YouTube Shorts videos as standard/normal YouTube videos. Click the toolbar button or press the keyboard command Alt + v, while watching any Short. Visit our homepage for detailed usage guide and more information. Extension by BrowserNative. Not created by or affiliated with YouTube/Google.
Extension Basic Information
Name | YouTube Shorts to Standard Videos |
ID | bmgdhdgcebmaakenhhmlmogpjmdjkmgb |
Official URL | https://chromewebstore.google.com/detail/youtube-shorts-to-standar/bmgdhdgcebmaakenhhmlmogpjmdjkmgb |
Description | Click the extension icon to convert YouTube Shorts URLs to standard YouTube video URLs. |
File Size | 7.39 KB |
Installation Count | 261 |
Current Version | 1.0.0 |
Last Updated | 2023-11-28 |
Publish Date | 2023-05-28 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://browsernative.com |
[email protected] | |
Payment Type | free |
Extension Website | https://browsernative.com/youtube-shorts-to-standard-videos/ |
Help Page URL | https://browsernative.com/youtube-shorts-to-standard-videos/ |
Privacy Policy Page URL | https://browsernative.com/extensions-privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "sw.js" }, "action": { "default_icon": "icon-128.png", "default_title": "YouTube Shorts to Standard Videos" }, "description": "Click the extension icon to convert YouTube Shorts URLs to standard YouTube video URLs.", "icons": { "128": "icon-128.png" }, "manifest_version": 3, "name": "YouTube Shorts to Standard Videos", "short_name": "Shorts to Standard", "version": "1.0.0", "minimum_chrome_version": "100", "permissions": [ "declarativeContent" ], "host_permissions": [ "*:\/\/youtube.com\/*", "*:\/\/www.youtube.com\/*" ], "commands": { "_execute_action": { "suggested_key": { "default": "Alt+V" }, "description": "Switch to normal video URL" } }, "homepage_url": "https:\/\/browsernative.com\/youtube-shorts-to-standard-videos\/" } |