YouTube Shorts to Normal Video Extension

Automatically Converts YouTube Shorts to Regular Video User Interface

Cos'è YouTube Shorts to Normal Video Extension?

YouTube Shorts to Normal Video Extension è un'estensione di Chrome sviluppata da 0dgkim, e la sua funzione principale è "Automatically Converts YouTube Shorts to Regular Video User Interface".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione YouTube Shorts to Normal Video Extension

Scarica i file di estensione YouTube Shorts to Normal Video Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome YouTube Shorts to Normal Video Extension YouTube Shorts to Normal Video Extension
ID lhjkldibjjmodfeicnohmenmnddlfkpl
URL Ufficiale https://chrome.google.com/webstore/detail/lhjkldibjjmodfeicnohmenmnddlfkpl
Descrizione Automatically Converts YouTube Shorts to Regular Video User Interface
Dimensione del File 5.34 KB
Conteggio Installazioni 3,896
Versione Corrente 1.2
Ultimo Aggiornamento 2023-06-13
Data di Pubblicazione 2022-10-15
Valutazione 4.55/5 Totale 22 Valutazioni
Sviluppatore 0dgkim
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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": []
}