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 |
官方網址 | 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" } } ] } |