YT Overlay Disabler

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

Wat is YT Overlay Disabler?

YT Overlay Disabler is een Chrome-extensie ontwikkeld door jose_rullva, en de belangrijkste functie is "Enable/disable YouTube channel and video overlay at the end of videos.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie YT Overlay Disabler

Download YT Overlay Disabler-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam YT Overlay Disabler YT Overlay Disabler
ID chllpcnchiklhmenljaikomogckgfhph
Officiële URL https://chromewebstore.google.com/detail/yt-overlay-disabler/chllpcnchiklhmenljaikomogckgfhph
Beschrijving Enable/disable YouTube channel and video overlay at the end of videos.
Bestandsgrootte 18.59 KB
Aantal Installaties 20
Huidige Versie 1.1
Laatst Bijgewerkt 2022-01-09
Publicatiedatum 2022-01-04
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar jose_rullva
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}