YT Studio Config

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

O que é YT Studio Config?

YT Studio Config é uma extensão do Chrome desenvolvida por Ryan Ayoubi, e sua principal característica é "Removes ranking by views and a few other useless elements on the dashboard".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão YT Studio Config

Baixe arquivos de extensão YT Studio Config no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome YT Studio Config YT Studio Config
ID ledmmomiojemidjhhhcjlihmgfgpioak
URL Oficial https://chromewebstore.google.com/detail/yt-studio-config/ledmmomiojemidjhhhcjlihmgfgpioak
Descrição Removes ranking by views and a few other useless elements on the dashboard
Tamanho do Arquivo 8.9 KB
Contagem de Instalações 144
Versão Atual 1.01
Última Atualização 2022-04-15
Data de Publicação 2022-04-12
Desenvolvedor Ryan Ayoubi
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
            }
        }
    ]
}