NoShorts

NoShorts categorizes your subscribed videos

¿Qué es NoShorts?

NoShorts es una extensión de Chrome desarrollada por noshorts, y su función principal es "NoShorts categorizes your subscribed videos".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión NoShorts

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

                        NoShorts adds tabs to the YouTube subscriptions page, putting different types of videos in their own tabs. This makes it easier to browse and view. Avoid too many shorts videos on the subscriptions page.

NoShorts only works on your youtube subscription page. If you don't want to see shorts video recommendations on the YouTube homepage or the other pages, you can try to select the [Not interested] button on the shorts video. Youtube will reduce or no longer recommend shorts videos for you.

- Remove recommended content: https://support.google.com/youtube/answer/6125535                    

Información Básica de la Extensión

Nombre NoShorts NoShorts
ID jimhmfkkehjpmaofepnkkbdianjilihf
URL Oficial https://chromewebstore.google.com/detail/noshorts/jimhmfkkehjpmaofepnkkbdianjilihf
Descripción NoShorts categorizes your subscribed videos
Tamaño del Archivo 13.25 KB
Cantidad de Instalaciones 20
Versión Actual 1.0.1
Última Actualización 2023-06-07
Fecha de Publicación 2023-02-27
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador noshorts
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NoShorts",
    "version": "1.0.1",
    "description": "NoShorts categorizes your subscribed videos",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "noshorts.js"
            ]
        }
    ]
}