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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
}
]
} | |