YT Studio Config

Removes ranking by views and a few other useless elements on the dashboard

¿Qué es YT Studio Config?

YT Studio Config es una extensión de Chrome desarrollada por Ryan Ayoubi, y su función principal es "Removes ranking by views and a few other useless elements on the dashboard".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión YT Studio Config

Descarga archivos de extensión YT Studio Config 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

                        Hides the ranking by views, recent subscribers, creator insider, and what's new in studio elements from the YouTube Studio dashboard.                    

Información Básica de la Extensión

Nombre YT Studio Config YT Studio Config
ID ledmmomiojemidjhhhcjlihmgfgpioak
URL Oficial https://chromewebstore.google.com/detail/yt-studio-config/ledmmomiojemidjhhhcjlihmgfgpioak
Descripción Removes ranking by views and a few other useless elements on the dashboard
Tamaño del Archivo 8.9 KB
Cantidad de Instalaciones 144
Versión Actual 1.01
Última Actualización 2022-04-15
Fecha de Publicación 2022-04-12
Desarrollador Ryan Ayoubi
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YT Studio Config",
    "description": "Removes ranking by views and a few other useless elements on the dashboard",
    "version": "1.01",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/studio.youtube.com\/channel\/*"
            ],
            "run_at": "document_end",
            "js": [
                "studio.js"
            ],
            "icons": {
                "128": "icon128.png"
            }
        }
    ]
}