YT Studio Config

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

YT Studio Config là gì?

YT Studio Config là một tiện ích mở rộng Chrome được phát triển bởi Ryan Ayoubi, và tính năng chính của nó là "Removes ranking by views and a few other useless elements on the dashboard".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng YT Studio Config

Tải xuống các tệp mở rộng YT Studio Config dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên YT Studio Config YT Studio Config
ID ledmmomiojemidjhhhcjlihmgfgpioak
URL Chính Thức https://chromewebstore.google.com/detail/yt-studio-config/ledmmomiojemidjhhhcjlihmgfgpioak
Mô tả Removes ranking by views and a few other useless elements on the dashboard
Kích Thước Tệp 8.9 KB
Số Lần Cài Đặt 144
Phiên Bản Hiện Tại 1.01
Cập Nhật Lần Cuối 2022-04-15
Ngày Phát Hành 2022-04-12
Nhà Phát Triển Ryan Ayoubi
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            }
        }
    ]
}