YouTube Shorts to Normal Video Extension

Automatically Converts YouTube Shorts to Regular Video User Interface

Co to jest YouTube Shorts to Normal Video Extension?

YouTube Shorts to Normal Video Extension to rozszerzenie Chrome opracowane przez 0dgkim, a jego główną funkcją jest „Automatically Converts YouTube Shorts to Regular Video User Interface”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia YouTube Shorts to Normal Video Extension

Pobierz pliki rozszerzeń YouTube Shorts to Normal Video Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa YouTube Shorts to Normal Video Extension YouTube Shorts to Normal Video Extension
ID lhjkldibjjmodfeicnohmenmnddlfkpl
Oficjalny URL https://chrome.google.com/webstore/detail/lhjkldibjjmodfeicnohmenmnddlfkpl
Opis Automatically Converts YouTube Shorts to Regular Video User Interface
Rozmiar pliku 5.34 KB
Liczba instalacji 3,896
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2023-06-13
Data Publikacji 2022-10-15
Ocena 4.55/5 Łącznie 22 Oceny
Deweloper 0dgkim
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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": []
}