YT Studio Config

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

Co je YT Studio Config?

YT Studio Config je rozšíření Chrome vyvinuté Ryan Ayoubi, a jeho hlavní funkcí je „Removes ranking by views and a few other useless elements on the dashboard“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření YT Studio Config

Stáhněte si soubory rozšíření YT Studio Config ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název YT Studio Config YT Studio Config
ID ledmmomiojemidjhhhcjlihmgfgpioak
Oficiální URL https://chromewebstore.google.com/detail/yt-studio-config/ledmmomiojemidjhhhcjlihmgfgpioak
Popis Removes ranking by views and a few other useless elements on the dashboard
Velikost souboru 8.9 KB
Počet instalací 144
Aktuální Verze 1.01
Poslední Aktualizace 2022-04-15
Datum Vydání 2022-04-12
Vývojář Ryan Ayoubi
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
            }
        }
    ]
}