Focused Youtube
Removes related videos, comments, and more so that you can browse YouTube distraction free.
Cos'è Focused Youtube?
Focused Youtube è un'estensione di Chrome sviluppata da jennifer, e la sua funzione principale è "Removes related videos, comments, and more so that you can browse YouTube distraction free.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Focused Youtube
Scarica i file di estensione Focused Youtube 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
Focused YouTube allows you to watch YouTube videos without being tempted to peruse comments, check out what's trending, or click on related videos. Install the extension to browse YouTube for school or work, distraction free. FEATURES: - removes related videos - hides comments section - hides merchandise - disables autoplay - hides trending videos To maximize productivity, pair this extension with an ad-blocker.
Informazioni di Base sull'Estensione
Nome | Focused Youtube |
ID | bhdejdambdfmikcdgegajdkjdbhlandp |
URL Ufficiale | https://chromewebstore.google.com/detail/focused-youtube/bhdejdambdfmikcdgegajdkjdbhlandp |
Descrizione | Removes related videos, comments, and more so that you can browse YouTube distraction free. |
Dimensione del File | 18.59 KB |
Conteggio Installazioni | 31 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2020-12-29 |
Data di Pubblicazione | 2020-12-28 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | jennifer |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Focused Youtube", "version": "1.0", "manifest_version": 2, "description": "Removes related videos, comments, and more so that you can browse YouTube distraction free.", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*", "http:\/\/www.youtube.com\/*" ], "css": [ "mycss.css" ] } ], "browser_action": { "default_title": "Focused Youtube", "default_icon": "icon.png" } } |