YT Overlay Disabler

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

Qu'est-ce que YT Overlay Disabler ?

YT Overlay Disabler est une extension Chrome développée par jose_rullva, et sa fonction principale est "Enable/disable YouTube channel and video overlay at the end of videos.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension YT Overlay Disabler

Téléchargez les fichiers d'extension YT Overlay Disabler au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom YT Overlay Disabler YT Overlay Disabler
ID chllpcnchiklhmenljaikomogckgfhph
URL Officiel https://chromewebstore.google.com/detail/yt-overlay-disabler/chllpcnchiklhmenljaikomogckgfhph
Description Enable/disable YouTube channel and video overlay at the end of videos.
Taille du Fichier 18.59 KB
Nombre d'Installations 20
Version Actuelle 1.1
Dernière Mise à Jour 2022-01-09
Date de Publication 2022-01-04
Évaluation 1.00/5 Total 1 Évaluations
Développeur jose_rullva
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}