YT Overlay Disabler
Enable/disable YouTube channel and video overlay at the end of videos.
Cos'è YT Overlay Disabler?
YT Overlay Disabler è un'estensione di Chrome sviluppata da jose_rullva, e la sua funzione principale è "Enable/disable YouTube channel and video overlay at the end of videos.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YT Overlay Disabler
Scarica i file di estensione YT Overlay Disabler in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | chllpcnchiklhmenljaikomogckgfhph |
| URL Ufficiale | https://chromewebstore.google.com/detail/yt-overlay-disabler/chllpcnchiklhmenljaikomogckgfhph |
| Descrizione | Enable/disable YouTube channel and video overlay at the end of videos. |
| Dimensione del File | 18.59 KB |
| Conteggio Installazioni | 20 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2022-01-09 |
| Data di Pubblicazione | 2022-01-04 |
| Valutazione | 1.00/5 Totale 1 Valutazioni |
| Sviluppatore | jose_rullva |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
} | |