YT Studio Config

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

Cos'è YT Studio Config?

YT Studio Config è un'estensione di Chrome sviluppata da Ryan Ayoubi, e la sua funzione principale è "Removes ranking by views and a few other useless elements on the dashboard".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione YT Studio Config

Scarica i file di estensione YT Studio Config in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome YT Studio Config YT Studio Config
ID ledmmomiojemidjhhhcjlihmgfgpioak
URL Ufficiale https://chromewebstore.google.com/detail/yt-studio-config/ledmmomiojemidjhhhcjlihmgfgpioak
Descrizione Removes ranking by views and a few other useless elements on the dashboard
Dimensione del File 8.9 KB
Conteggio Installazioni 144
Versione Corrente 1.01
Ultimo Aggiornamento 2022-04-15
Data di Pubblicazione 2022-04-12
Sviluppatore Ryan Ayoubi
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            }
        }
    ]
}