No Youtube Studio Comment Widget

Remove the last comment widget from youtube studio

No Youtube Studio Comment Widgetとは何ですか?

No Youtube Studio Comment WidgetはRetroBoyDevによって開発されたChromeの拡張機能で、その主な機能は「Remove the last comment widget from youtube studio」です。

拡張機能のスクリーンショット

screenshot
screenshot

No Youtube Studio Comment Widget拡張機能のCRXファイルをダウンロード

No Youtube Studio Comment Widget拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Remove the last comments widget from the youtube studio dashboard                    

拡張機能の基本情報

名前 No Youtube Studio Comment Widget No Youtube Studio Comment Widget
ID gpdhpiginbghlgogopajjfmiggodhbee
公式URL https://chromewebstore.google.com/detail/no-youtube-studio-comment/gpdhpiginbghlgogopajjfmiggodhbee
説明 Remove the last comment widget from youtube studio
ファイルサイズ 43.39 KB
インストール数 11,963
現在のバージョン 1.0
最終更新日 2023-05-10
公開日 2023-05-09
評価 5.00/5 合計 5 レビュー
開発者 RetroBoyDev
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://bit.ly/retro-privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "No Youtube Studio Comment Widget",
    "version": "1.0",
    "description": "Remove the last comment widget from youtube studio",
    "content_scripts": [
        {
            "run_at": "document_idle",
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/studio.youtube.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    }
}