YouTube Longs

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

Was ist YouTube Longs?

YouTube Longs ist eine Chrome-Erweiterung, die von Deathbetray entwickelt wurde, und ihr Hauptmerkmal ist "Redirects tabs opening a YouTube short to open the proper video.".

Erweiterungsscreenshots

screenshot

YouTube Longs-Erweiterungs-CRX-Datei herunterladen

Laden Sie YouTube Longs-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name YouTube Longs YouTube Longs
ID hgohjdcdlbnpmnopkigclphedadbnlel
Offizielle URL https://chromewebstore.google.com/detail/youtube-longs/hgohjdcdlbnpmnopkigclphedadbnlel
Beschreibung Redirects tabs opening a YouTube short to open the proper video.
Dateigröße 17.86 KB
Installationsanzahl 59
Aktuelle Version 1.1
Letztes Update 2022-06-05
Veröffentlichungsdatum 2022-06-04
Entwickler Deathbetray
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}