YouTube Shorts to Normal Video Extension

Automatically Converts YouTube Shorts to Regular Video User Interface

Qu'est-ce que YouTube Shorts to Normal Video Extension ?

YouTube Shorts to Normal Video Extension est une extension Chrome développée par 0dgkim, et sa fonction principale est "Automatically Converts YouTube Shorts to Regular Video User Interface".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension YouTube Shorts to Normal Video Extension

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

                        This extension automatically converts YouTube Shorts interface to regular YouTube video UI.

Update: version 1.2
- Fixed double-click issue when navigating back from Shorts page.
- Seamless navigation to previous page without unnecessary redirection.
- Minor code clean-up                    

Informations de Base sur l'Extension

Nom YouTube Shorts to Normal Video Extension YouTube Shorts to Normal Video Extension
ID lhjkldibjjmodfeicnohmenmnddlfkpl
URL Officiel https://chrome.google.com/webstore/detail/lhjkldibjjmodfeicnohmenmnddlfkpl
Description Automatically Converts YouTube Shorts to Regular Video User Interface
Taille du Fichier 5.34 KB
Nombre d'Installations 3,896
Version Actuelle 1.2
Dernière Mise à Jour 2023-06-13
Date de Publication 2022-10-15
Évaluation 4.55/5 Total 22 Évaluations
Développeur 0dgkim
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Shorts to Normal Video Extension",
    "description": "Automatically Converts YouTube Shorts to Regular Video User Interface",
    "version": "1.2",
    "icons": {
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "permissions": []
}