YouTube Shorts to Standard Videos

Click the extension icon to convert YouTube Shorts URLs to standard YouTube video URLs.

Qu'est-ce que YouTube Shorts to Standard Videos ?

YouTube Shorts to Standard Videos est une extension Chrome développée par https://browsernative.com, et sa fonction principale est "Click the extension icon to convert YouTube Shorts URLs to standard YouTube video URLs.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension YouTube Shorts to Standard Videos

Téléchargez les fichiers d'extension YouTube Shorts to Standard Videos 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

                        Watch YouTube Shorts videos as standard/normal YouTube videos. Click the toolbar button or press the keyboard command Alt + v, while watching any Short.

Visit our homepage for detailed usage guide and more information.

Extension by BrowserNative. Not created by or affiliated with YouTube/Google.                    

Informations de Base sur l'Extension

Nom YouTube Shorts to Standard Videos YouTube Shorts to Standard Videos
ID bmgdhdgcebmaakenhhmlmogpjmdjkmgb
URL Officiel https://chromewebstore.google.com/detail/youtube-shorts-to-standar/bmgdhdgcebmaakenhhmlmogpjmdjkmgb
Description Click the extension icon to convert YouTube Shorts URLs to standard YouTube video URLs.
Taille du Fichier 7.39 KB
Nombre d'Installations 261
Version Actuelle 1.0.0
Dernière Mise à Jour 2023-11-28
Date de Publication 2023-05-28
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://browsernative.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://browsernative.com/youtube-shorts-to-standard-videos/
URL de la Page d'Aide https://browsernative.com/youtube-shorts-to-standard-videos/
URL de la Page de Politique de Confidentialité https://browsernative.com/extensions-privacy-policy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "sw.js"
    },
    "action": {
        "default_icon": "icon-128.png",
        "default_title": "YouTube Shorts to Standard Videos"
    },
    "description": "Click the extension icon to convert YouTube Shorts URLs to standard YouTube video URLs.",
    "icons": {
        "128": "icon-128.png"
    },
    "manifest_version": 3,
    "name": "YouTube Shorts to Standard Videos",
    "short_name": "Shorts to Standard",
    "version": "1.0.0",
    "minimum_chrome_version": "100",
    "permissions": [
        "declarativeContent"
    ],
    "host_permissions": [
        "*:\/\/youtube.com\/*",
        "*:\/\/www.youtube.com\/*"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+V"
            },
            "description": "Switch to normal video URL"
        }
    },
    "homepage_url": "https:\/\/browsernative.com\/youtube-shorts-to-standard-videos\/"
}