Productive Youtube

Remove recommendations page, filter useless channels and speed up videos past 2x. Youtube at times can be very distracting with a…

¿Qué es Productive Youtube?

Productive Youtube es una extensión de Chrome desarrollada por daniel.ziorli, y su función principal es "Remove recommendations page, filter useless channels and speed up videos past 2x. Youtube at times can be very distracting with a…".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Productive Youtube

Descarga archivos de extensión Productive 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

                        Remove recommendations page, filter useless channels and speed up videos past 2x. Youtube at times can be very distracting with a recommendations page optimized for watch time who can blame you. By removing it you can use youtube as a search engine instead of a mindless social media platform. Filter the channels you deem productive and increase the speed past 2x to take in information faster. Productive Youtube is designed to remove distraction and let you become the best you.                    

Información Básica de la Extensión

Nombre Productive Youtube Productive Youtube
ID iigjefiodblcogecpmdmpgboghepjcca
URL Oficial https://chromewebstore.google.com/detail/productive-youtube/iigjefiodblcogecpmdmpgboghepjcca
Descripción Remove recommendations page, filter useless channels and speed up videos past 2x. Youtube at times can be very distracting with a…
Tamaño del Archivo 12.19 KB
Cantidad de Instalaciones 116
Versión Actual 0.5.1
Última Actualización 2019-04-19
Fecha de Publicación 2019-04-18
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador daniel.ziorli
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Productive Youtube",
    "version": "0.5.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*",
                "*:\/\/www.youtube.ca\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "extension_icon.png"
    },
    "web_accessible_resources": [
        "redirect.html",
        "popup.html"
    ]
}