YT Studio Config

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

Apa itu YT Studio Config?

YT Studio Config adalah ekstensi Chrome yang dikembangkan oleh Ryan Ayoubi, dan fitur utamanya adalah "Removes ranking by views and a few other useless elements on the dashboard".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi YT Studio Config

Unduh file ekstensi YT Studio Config dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama YT Studio Config YT Studio Config
ID ledmmomiojemidjhhhcjlihmgfgpioak
URL Resmi https://chromewebstore.google.com/detail/yt-studio-config/ledmmomiojemidjhhhcjlihmgfgpioak
Deskripsi Removes ranking by views and a few other useless elements on the dashboard
Ukuran File 8.9 KB
Jumlah Instalasi 144
Versi Saat Ini 1.01
Terakhir Diperbarui 2022-04-15
Tanggal Publikasi 2022-04-12
Pengembang Ryan Ayoubi
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            }
        }
    ]
}