YT Studio Config

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

What is YT Studio Config?

YT Studio Config is a Chrome extension developed by Ryan Ayoubi, and its main feature is "Removes ranking by views and a few other useless elements on the dashboard".

Extension Screenshots

screenshot

Download YT Studio Config Extension CRX File

Download YT Studio Config extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name YT Studio Config YT Studio Config
ID ledmmomiojemidjhhhcjlihmgfgpioak
Official URL https://chromewebstore.google.com/detail/yt-studio-config/ledmmomiojemidjhhhcjlihmgfgpioak
Description Removes ranking by views and a few other useless elements on the dashboard
File Size 8.9 KB
Installation Count 144
Current Version 1.01
Last Updated 2022-04-15
Publish Date 2022-04-12
Developer Ryan Ayoubi
Email [email protected]
Payment Type free
Supported Languages 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"
            }
        }
    ]
}