YT Studio Config
Removes ranking by views and a few other useless elements on the dashboard
什么是YT Studio Config?
YT Studio Config是由Ryan Ayoubi开发的Chrome扩展程序,该扩展的主要功能是“Removes ranking by views and a few other useless elements on the dashboard”。
扩展截图
下载YT Studio Config扩展crx文件
下载YT Studio Config扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Hides the ranking by views, recent subscribers, creator insider, and what's new in studio elements from the YouTube Studio dashboard.
扩展基本信息
名称 | 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" } } ] } |