YT Studio Config

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

Hvad er YT Studio Config?

YT Studio Config er en Chrome-udvidelse udviklet af Ryan Ayoubi, og dens hovedfunktion er "Removes ranking by views and a few other useless elements on the dashboard".

Udvidelsesskærmbilleder

screenshot

Download YT Studio Config-udvidelses-CRX-fil

Download YT Studio Config-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn YT Studio Config YT Studio Config
ID ledmmomiojemidjhhhcjlihmgfgpioak
Officiel URL https://chromewebstore.google.com/detail/yt-studio-config/ledmmomiojemidjhhhcjlihmgfgpioak
Beskrivelse Removes ranking by views and a few other useless elements on the dashboard
Filstørrelse 8.9 KB
Antal Installationer 144
Nuværende Version 1.01
Senest Opdateret 2022-04-15
Udgivelsesdato 2022-04-12
Udvikler Ryan Ayoubi
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
            }
        }
    ]
}