Full Focus - Hide Recommendations on YouTube

Boost productivity - Hide all distractions on YouTube

¿Qué es Full Focus - Hide Recommendations on YouTube?

Full Focus - Hide Recommendations on YouTube es una extensión de Chrome desarrollada por chris.wallenwein, y su función principal es "Boost productivity - Hide all distractions on YouTube".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Full Focus - Hide Recommendations on YouTube

Descarga archivos de extensión Full Focus - Hide Recommendations on YouTube en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        YouTube can be a great platform for entertainment, education, and more. However, it can also eat up a lot of your time. If you find yourself getting lost in the rabbit hole of YouTube recommendations, Full Focus can help. It's the perfect extension for anyone who wants to avoid distractions while browsing YouTube. With just one click, it hides all recommendations, related videos, and comments on the page. Now you can focus on what you're watching without getting sidetracked!

The Project is open source. Feel free to contribute on Github: https://github.com/chriswallenwein/FullFocus                    

Información Básica de la Extensión

Nombre Full Focus - Hide Recommendations on YouTube Full Focus - Hide Recommendations on YouTube
ID ngdenbkjmenmpmjcmoalhkommflcdilh
URL Oficial https://chromewebstore.google.com/detail/full-focus-hide-recommend/ngdenbkjmenmpmjcmoalhkommflcdilh
Descripción Boost productivity - Hide all distractions on YouTube
Tamaño del Archivo 84.18 MB
Cantidad de Instalaciones 176
Versión Actual 0.3.1
Última Actualización 2022-05-19
Fecha de Publicación 2020-05-19
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador chris.wallenwein
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/chriswallenwein/full-focus
URL de la Página de Ayuda https://go.cwallenwein.com/projects/full-focus/feedback
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Full Focus - Hide Recommendations on YouTube",
    "short_name": "Full Focus",
    "description": "Boost productivity - Hide all distractions on YouTube",
    "version": "0.3.1",
    "icons": {
        "128": "img\/pause.png"
    },
    "permissions": [
        "scripting",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "http:\/\/www.youtube.com\/*",
        "https:\/\/www.youtube.com\/*"
    ],
    "background": {
        "service_worker": "worker.js"
    },
    "action": {
        "default_popup": "popup\/build\/index.html"
    }
}