YouTube Longs

Redirects tabs opening a YouTube short to open the proper video.

What is YouTube Longs?

YouTube Longs is a Chrome extension developed by Deathbetray, and its main feature is "Redirects tabs opening a YouTube short to open the proper video.".

Extension Screenshots

screenshot

Download YouTube Longs Extension CRX File

Download YouTube Longs 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

                        Redirects webpages that are attempting to open a YouTube short to instead open the desktop-friendly version of the webpage.                    

Extension Basic Information

Name YouTube Longs YouTube Longs
ID hgohjdcdlbnpmnopkigclphedadbnlel
Official URL https://chromewebstore.google.com/detail/youtube-longs/hgohjdcdlbnpmnopkigclphedadbnlel
Description Redirects tabs opening a YouTube short to open the proper video.
File Size 17.86 KB
Installation Count 59
Current Version 1.1
Last Updated 2022-06-05
Publish Date 2022-06-04
Developer Deathbetray
Email [email protected]
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Longs",
    "description": "Redirects tabs opening a YouTube short to open the proper video.",
    "version": "1.1",
    "author": "Deathbetray",
    "manifest_version": 3,
    "background": {
        "service_worker": "youTubeLongs.js"
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "\/images\/youTubeLongs-logo-16.png",
        "32": "\/images\/youTubeLongs-logo-32.png",
        "48": "\/images\/youTubeLongs-logo-48.png",
        "128": "\/images\/youTubeLongs-logo-128.png"
    },
    "action": {
        "default_icon": {
            "16": "\/images\/youTubeLongs-logo-16.png",
            "32": "\/images\/youTubeLongs-logo-32.png",
            "48": "\/images\/youTubeLongs-logo-48.png",
            "128": "\/images\/youTubeLongs-logo-128.png"
        },
        "default_title": "YouTube Longs",
        "default_popup": "popup.html"
    }
}