YT Studio Config

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

Qu'est-ce que YT Studio Config ?

YT Studio Config est une extension Chrome développée par Ryan Ayoubi, et sa fonction principale est "Removes ranking by views and a few other useless elements on the dashboard".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension YT Studio Config

Téléchargez les fichiers d'extension YT Studio Config au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom YT Studio Config YT Studio Config
ID ledmmomiojemidjhhhcjlihmgfgpioak
URL Officiel https://chromewebstore.google.com/detail/yt-studio-config/ledmmomiojemidjhhhcjlihmgfgpioak
Description Removes ranking by views and a few other useless elements on the dashboard
Taille du Fichier 8.9 KB
Nombre d'Installations 144
Version Actuelle 1.01
Dernière Mise à Jour 2022-04-15
Date de Publication 2022-04-12
Développeur Ryan Ayoubi
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            }
        }
    ]
}