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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
            }
        }
    ]
}