YouTube Longs

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

Qu'est-ce que YouTube Longs ?

YouTube Longs est une extension Chrome développée par Deathbetray, et sa fonction principale est "Redirects tabs opening a YouTube short to open the proper video.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension YouTube Longs

Téléchargez les fichiers d'extension YouTube Longs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom YouTube Longs YouTube Longs
ID hgohjdcdlbnpmnopkigclphedadbnlel
URL Officiel https://chromewebstore.google.com/detail/youtube-longs/hgohjdcdlbnpmnopkigclphedadbnlel
Description Redirects tabs opening a YouTube short to open the proper video.
Taille du Fichier 17.86 KB
Nombre d'Installations 59
Version Actuelle 1.1
Dernière Mise à Jour 2022-06-05
Date de Publication 2022-06-04
Développeur Deathbetray
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}