YouTube No Context
This removes YouTube's context/clarify box
Cos'è YouTube No Context?
YouTube No Context è un'estensione di Chrome sviluppata da Brent, e la sua funzione principale è "This removes YouTube's context/clarify box".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YouTube No Context
Scarica i file di estensione YouTube No Context 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
Just a plugin to de-clutter YouTube's watch page by removing the context (aka clarify) box. I just want to get rid of all the clutter going on :)
Informazioni di Base sull'Estensione
Nome | YouTube No Context |
ID | dnlffelklagnbdjpcbhfdbangccjmhhh |
URL Ufficiale | https://chromewebstore.google.com/detail/youtube-no-context/dnlffelklagnbdjpcbhfdbangccjmhhh |
Descrizione | This removes YouTube's context/clarify box |
Dimensione del File | 3.7 KB |
Conteggio Installazioni | 1,259 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2022-08-08 |
Data di Pubblicazione | 2022-08-08 |
Valutazione | 5.00/5 Totale 26 Valutazioni |
Sviluppatore | Brent |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/BrentFarris/youtube-no-context |
URL della Pagina di Aiuto | https://github.com/BrentFarris/youtube-no-context/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube No Context", "action": { "default_icon": "icon.png" }, "manifest_version": 3, "version": "1.0", "description": "This removes YouTube's context\/clarify box", "permissions": [ "scripting" ], "host_permissions": [ "https:\/\/*.youtube.com\/*" ], "background": { "service_worker": "background.js" } } |