YT Overlay Disabler

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

Was ist YT Overlay Disabler?

YT Overlay Disabler ist eine Chrome-Erweiterung, die von jose_rullva entwickelt wurde, und ihr Hauptmerkmal ist "Enable/disable YouTube channel and video overlay at the end of videos.".

Erweiterungsscreenshots

screenshot

YT Overlay Disabler-Erweiterungs-CRX-Datei herunterladen

Laden Sie YT Overlay Disabler-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name YT Overlay Disabler YT Overlay Disabler
ID chllpcnchiklhmenljaikomogckgfhph
Offizielle URL https://chromewebstore.google.com/detail/yt-overlay-disabler/chllpcnchiklhmenljaikomogckgfhph
Beschreibung Enable/disable YouTube channel and video overlay at the end of videos.
Dateigröße 18.59 KB
Installationsanzahl 20
Aktuelle Version 1.1
Letztes Update 2022-01-09
Veröffentlichungsdatum 2022-01-04
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler jose_rullva
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}