YouTube Longs

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

Wat is YouTube Longs?

YouTube Longs is een Chrome-extensie ontwikkeld door Deathbetray, en de belangrijkste functie is "Redirects tabs opening a YouTube short to open the proper video.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie YouTube Longs

Download YouTube Longs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam YouTube Longs YouTube Longs
ID hgohjdcdlbnpmnopkigclphedadbnlel
Officiële URL https://chromewebstore.google.com/detail/youtube-longs/hgohjdcdlbnpmnopkigclphedadbnlel
Beschrijving Redirects tabs opening a YouTube short to open the proper video.
Bestandsgrootte 17.86 KB
Aantal Installaties 59
Huidige Versie 1.1
Laatst Bijgewerkt 2022-06-05
Publicatiedatum 2022-06-04
Ontwikkelaar Deathbetray
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}