Anti YT Shorts

Redirects you to the original YouTube video player!

Co to jest Anti YT Shorts?

Anti YT Shorts to rozszerzenie Chrome opracowane przez Happy Fone, a jego główną funkcją jest „Redirects you to the original YouTube video player!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Anti YT Shorts

Pobierz pliki rozszerzeń Anti YT Shorts 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

                        Shorts play through the regular video player rather than the new YouTube Shorts video player.                    

Podstawowe informacje o rozszerzeniu

Nazwa Anti YT Shorts Anti YT Shorts
ID bofjknoigjmbficfpafehgldedfijcdd
Oficjalny URL https://chromewebstore.google.com/detail/anti-yt-shorts/bofjknoigjmbficfpafehgldedfijcdd
Opis Redirects you to the original YouTube video player!
Rozmiar pliku 39.01 KB
Liczba instalacji 199
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2022-03-07
Data Publikacji 2022-03-06
Ocena 4.50/5 Łącznie 2 Oceny
Deweloper Happy Fone
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": "Anti YT Shorts",
    "version": "1.0",
    "description": "Redirects you to the original YouTube video player!",
    "icons": {
        "128": "antishorts.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*",
                "http:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ]
}