YouTube Longener
Convert youtube shorts to regular videos
What is YouTube Longener?
YouTube Longener is a Chrome extension developed by o.khandxb, and its main feature is "Convert youtube shorts to regular videos".
Extension Screenshots
Download YouTube Longener Extension CRX File
Download YouTube Longener 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
YouTube shorts have no controls (to rewind, fast-forward, or change the volume). On a PC, there's no reason for us not to have these basic functions. Youtube Longener takes a short and redirects you automatically to the regular video version.
Extension Basic Information
Name | YouTube Longener |
ID | cpmkeokkddifaceigmhijfchhcmapfgh |
Official URL | https://chromewebstore.google.com/detail/youtube-longener/cpmkeokkddifaceigmhijfchhcmapfgh |
Description | Convert youtube shorts to regular videos |
File Size | 5.66 KB |
Installation Count | 162 |
Current Version | 0.0.1 |
Last Updated | 2023-05-16 |
Publish Date | 2023-05-16 |
Rating | 3.67/5 Total 3 Ratings |
Developer | o.khandxb |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://github.com/lowsound42/youtubeLongener/tree/main |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube Longener", "description": "Convert youtube shorts to regular videos", "version": "0.0.1", "permissions": [ "tabs" ], "action": { "default_popup": "longener.html", "default_icon": { "16": "Y-s.png", "32": "Y-m.png" } }, "icons": { "16": "Y-s.png", "32": "Y-m.png" } } |