YT Studio Config

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

Co to jest YT Studio Config?

YT Studio Config to rozszerzenie Chrome opracowane przez Ryan Ayoubi, a jego główną funkcją jest „Removes ranking by views and a few other useless elements on the dashboard”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia YT Studio Config

Pobierz pliki rozszerzeń YT Studio Config w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa YT Studio Config YT Studio Config
ID ledmmomiojemidjhhhcjlihmgfgpioak
Oficjalny URL https://chromewebstore.google.com/detail/yt-studio-config/ledmmomiojemidjhhhcjlihmgfgpioak
Opis Removes ranking by views and a few other useless elements on the dashboard
Rozmiar pliku 8.9 KB
Liczba instalacji 144
Aktualna Wersja 1.01
Ostatnia Aktualizacja 2022-04-15
Data Publikacji 2022-04-12
Deweloper Ryan Ayoubi
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
            }
        }
    ]
}