Shorts to Normal player

Redirects youtube shorts to Normal Player

Co to jest Shorts to Normal player?

Shorts to Normal player to rozszerzenie Chrome opracowane przez https://nemiruku.com, a jego główną funkcją jest „Redirects youtube shorts to Normal Player”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Shorts to Normal player

Pobierz pliki rozszerzeń Shorts to Normal player 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

                        Display YouTube short videos as normal videos.

When you access to the short video, Change the URL like this.
~.com/shorts/●●
↓
~.com/watch?v=●●                    

Podstawowe informacje o rozszerzeniu

Nazwa Shorts to Normal player Shorts to Normal player
ID cmhmepchidgajcngdkpdchbdboheihgi
Oficjalny URL https://chromewebstore.google.com/detail/shorts-to-normal-player/cmhmepchidgajcngdkpdchbdboheihgi
Opis Redirects youtube shorts to Normal Player
Rozmiar pliku 13.34 KB
Liczba instalacji 6,402
Aktualna Wersja 1.0.3
Ostatnia Aktualizacja 2023-09-29
Data Publikacji 2022-06-04
Ocena 4.87/5 Łącznie 38 Oceny
Deweloper https://nemiruku.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://nemiruku.com/soft/sty.html
Adres URL Strony Pomocy https://nemiruku.com/info/mail.html
Adres URL Strony Polityki Prywatności https://nemiruku.com/soft/readme.html
Obsługiwane Języki ms,de,en,fil,fr,vi,tr,ca,es,it,hu,sk,cs,ru,iw,th,ja,ko
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "main.js"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_description__",
    "host_permissions": [
        "*:\/\/www.youtube.com\/shorts\/*"
    ],
    "icons": {
        "128": "128.png"
    },
    "manifest_version": 3,
    "name": "Shorts to Normal player",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.3"
}