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
Eメール [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"
    }
}