YouTube Shorts to Normal Video Extension

Automatically Converts YouTube Shorts to Regular Video User Interface

Wat is YouTube Shorts to Normal Video Extension?

YouTube Shorts to Normal Video Extension is een Chrome-extensie ontwikkeld door 0dgkim, en de belangrijkste functie is "Automatically Converts YouTube Shorts to Regular Video User Interface".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie YouTube Shorts to Normal Video Extension

Download YouTube Shorts to Normal Video Extension-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

                        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                    

Basisinformatie over de Extensie

Naam YouTube Shorts to Normal Video Extension YouTube Shorts to Normal Video Extension
ID lhjkldibjjmodfeicnohmenmnddlfkpl
Officiële URL https://chrome.google.com/webstore/detail/lhjkldibjjmodfeicnohmenmnddlfkpl
Beschrijving Automatically Converts YouTube Shorts to Regular Video User Interface
Bestandsgrootte 5.34 KB
Aantal Installaties 3,896
Huidige Versie 1.2
Laatst Bijgewerkt 2023-06-13
Publicatiedatum 2022-10-15
Beoordeling 4.55/5 Totaal 22 Beoordelingen
Ontwikkelaar 0dgkim
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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": []
}