Check Youtube Monetization Status

You can check whether any channel and any video are monetization

什么是Check Youtube Monetization Status?

Check Youtube Monetization Status是由womarklee开发的Chrome扩展程序,该扩展的主要功能是“You can check whether any channel and any video are monetization”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Check Youtube Monetization Status扩展crx文件

下载Check Youtube Monetization Status扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Go to any channel or video page to see the monetization status.

For Youtubers, we can use it for competitive product analysis. In practice, we find that some types of channels and videos cannot be opened for monetization or are easily canceled for monetization. Using this plug-in can allow us to avoid some problems.

If you have any problems during use, please email me.                    

扩展基本信息

名称 Check Youtube Monetization Status Check Youtube Monetization Status
ID bglpgbeipnbfifglhhhcmgmlcbjeceff
官方URL https://chromewebstore.google.com/detail/check-youtube-monetizatio/bglpgbeipnbfifglhhhcmgmlcbjeceff
简介 You can check whether any channel and any video are monetization
文件大小 12.4 KB
安装次数 1,912
当前版本 1.4
更新时间 2023-06-03
上架时间 2023-04-14
评分 1.57/5 共14次评分
开发者 womarklee
电子邮箱 [email protected]
付费类型 free
支持的语言 en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "1.4",
    "description": "__MSG_description__",
    "manifest_version": 3,
    "default_locale": "en",
    "content_scripts": [
        {
            "js": [
                "\/js\/check.js"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "\/images\/app.png"
    }
}