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
电子邮箱 [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"
    }
}