YT Overlay Disabler

Enable/disable YouTube channel and video overlay at the end of videos.

Co to jest YT Overlay Disabler?

YT Overlay Disabler to rozszerzenie Chrome opracowane przez jose_rullva, a jego główną funkcją jest „Enable/disable YouTube channel and video overlay at the end of videos.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia YT Overlay Disabler

Pobierz pliki rozszerzeń YT Overlay Disabler 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

                        Enable/disable YouTube channel and video overlay at the end of videos.

It is by default enabled every time you refresh the page or load a new video, since it isn't usually necessary to disable it.                    

Podstawowe informacje o rozszerzeniu

Nazwa YT Overlay Disabler YT Overlay Disabler
ID chllpcnchiklhmenljaikomogckgfhph
Oficjalny URL https://chromewebstore.google.com/detail/yt-overlay-disabler/chllpcnchiklhmenljaikomogckgfhph
Opis Enable/disable YouTube channel and video overlay at the end of videos.
Rozmiar pliku 18.59 KB
Liczba instalacji 20
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2022-01-09
Data Publikacji 2022-01-04
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper jose_rullva
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YT Overlay Disabler",
    "description": "Enable\/disable YouTube channel and video overlay at the end of videos.",
    "version": "1.1",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "overlay.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    }
}