YT Studio Config

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

Что такое YT Studio Config?

YT Studio Config - это расширение Chrome, разработанное Ryan Ayoubi, и его основная функция - "Removes ranking by views and a few other useless elements on the dashboard".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения YT Studio Config

Скачайте файлы расширений YT Studio Config в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название YT Studio Config YT Studio Config
ID ledmmomiojemidjhhhcjlihmgfgpioak
Официальный URL https://chromewebstore.google.com/detail/yt-studio-config/ledmmomiojemidjhhhcjlihmgfgpioak
Описание Removes ranking by views and a few other useless elements on the dashboard
Размер файла 8.9 KB
Количество установок 144
Текущая Версия 1.01
Последнее Обновление 2022-04-15
Дата публикации 2022-04-12
Разработчик Ryan Ayoubi
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
            }
        }
    ]
}