Hide Latest Video Performance - YT
Hides the "Latest video performance" widget within the YouTube Studio dashboard.
Hide Latest Video Performance - YTとは何ですか?
Hide Latest Video Performance - YTはtaranasusによって開発されたChromeの拡張機能で、その主な機能は「Hides the "Latest video performance" widget within the YouTube Studio dashboard.」です。
拡張機能のスクリーンショット
Hide Latest Video Performance - YT拡張機能のCRXファイルをダウンロード
Hide Latest Video Performance - YT拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A lot of YouTube creators find the "Latest Video Performance" widget in the YouTube creator studio less that useful - that is, they actually find it harmful to their mental health. As a small-time creator myself, I agree! So I've made this extension that completely hides that widget from the channel dashboard and a creator will never have to deal with it again. Link to video presentation: https://youtu.be/59Jkn1YSMFw Link to my channel: https://www.youtube.com/c/TaranasusVideos Source code can be found in video presentation description.
拡張機能の基本情報
名前 | Hide Latest Video Performance - YT |
ID | gebhkpihpgicbbclaldmmkpnccbnfhfe |
公式URL | https://chromewebstore.google.com/detail/hide-latest-video-perform/gebhkpihpgicbbclaldmmkpnccbnfhfe |
説明 | Hides the "Latest video performance" widget within the YouTube Studio dashboard. |
ファイルサイズ | 12.36 KB |
インストール数 | 10,127 |
現在のバージョン | 1.0 |
最終更新日 | 2022-07-24 |
公開日 | 2022-07-20 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | taranasus |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.youtube.com/watch?v=59Jkn1YSMFw |
ヘルプページのURL | https://github.com/taranasus/HideLatestVideoPerformance |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hide Latest Video Performance - YT", "description": "Hides the \"Latest video performance\" widget within the YouTube Studio dashboard.", "version": "1.0", "manifest_version": 3, "action": { "default_icon": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" } }, "content_scripts": [ { "matches": [ "*:\/\/studio.youtube.com\/*" ], "js": [ "hideWidget.js" ], "css": [ "hideWidget.css" ] } ] } |