YT Studio Config

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

Wat is YT Studio Config?

YT Studio Config is een Chrome-extensie ontwikkeld door Ryan Ayoubi, en de belangrijkste functie is "Removes ranking by views and a few other useless elements on the dashboard".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie YT Studio Config

Download YT Studio Config-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam YT Studio Config YT Studio Config
ID ledmmomiojemidjhhhcjlihmgfgpioak
Officiële URL https://chromewebstore.google.com/detail/yt-studio-config/ledmmomiojemidjhhhcjlihmgfgpioak
Beschrijving Removes ranking by views and a few other useless elements on the dashboard
Bestandsgrootte 8.9 KB
Aantal Installaties 144
Huidige Versie 1.01
Laatst Bijgewerkt 2022-04-15
Publicatiedatum 2022-04-12
Ontwikkelaar Ryan Ayoubi
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            }
        }
    ]
}