YT Studio Config

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

YT Studio Config क्या है?

YT Studio Config Ryan Ayoubi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removes ranking by views and a few other useless elements on the dashboard"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में YT Studio Config एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            }
        }
    ]
}