Remove YouTube™ Tab Number

Removes the number of notifications in parentheses that YouTube displays on tabs

¿Qué es Remove YouTube™ Tab Number?

Remove YouTube™ Tab Number es una extensión de Chrome desarrollada por rossolve.it, y su función principal es "Removes the number of notifications in parentheses that YouTube displays on tabs".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Remove YouTube™ Tab Number

Descarga archivos de extensión Remove YouTube™ Tab Number 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

                        Would you prefer not to have your number of YouTube™ notifications on every YouTube™ tab?  

Do all of your YouTube™ tabs look the same when you have many tabs open?
Don't want the number included in your bookmarks or saved links? 
Is it information that you don't need to be reminded about?

If so, this simple Chrome extension will dynamically remove the number (and the parentheses) from any new YouTube™ tabs that you open after installing it. 

I'm finding it useful while there (currently) isn't an official setting to turn this number off. I've uploaded it here in case anyone else was also looking for the "off switch". Hope it helps.                    

Información Básica de la Extensión

Nombre Remove YouTube™ Tab Number Remove YouTube™ Tab Number
ID mbdhdllcfaijbnebmfnglclcgfopejop
URL Oficial https://chromewebstore.google.com/detail/remove-youtube-tab-number/mbdhdllcfaijbnebmfnglclcgfopejop
Descripción Removes the number of notifications in parentheses that YouTube displays on tabs
Tamaño del Archivo 25.22 KB
Cantidad de Instalaciones 549
Versión Actual 0.5
Última Actualización 2020-06-27
Fecha de Publicación 2020-06-27
Calificación 4.42/5 Total de 12 Calificaciones
Desarrollador rossolve.it
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Remove YouTube\u2122 Tab Number",
    "version": "0.5",
    "description": "Removes the number of notifications in parentheses that YouTube displays on tabs",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "icons": {
        "48": "rytn-icon-48.png",
        "128": "rytn-icon-128.png"
    },
    "manifest_version": 2
}