Is YouTube Channel Monetized?

Displays information about YouTube Channel being monetized or not monetized. Also displays monetization status about YouTube videos.

Is YouTube Channel Monetized?とは何ですか?

Is YouTube Channel Monetized?はearnedによって開発されたChromeの拡張機能で、その主な機能は「Displays information about YouTube Channel being monetized or not monetized. Also displays monetization status about YouTube videos.」です。

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

screenshot

Is YouTube Channel Monetized?拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Simply shows if YouTube channel has monetization enabled, or disabled.

Source code: https://github.com/ogohogo/is-youtube-channel-monetized-extension

Please report issues here: https://github.com/ogohogo/is-youtube-channel-monetized-extension/issues (Thank you!)                    

拡張機能の基本情報

名前 Is YouTube Channel Monetized? Is YouTube Channel Monetized?
ID ijonaoomgjhjacfmipjlfdobddhfnkjn
公式URL https://chromewebstore.google.com/detail/is-youtube-channel-moneti/ijonaoomgjhjacfmipjlfdobddhfnkjn
説明 Displays information about YouTube Channel being monetized or not monetized. Also displays monetization status about YouTube videos.
ファイルサイズ 31.47 KB
インストール数 32,059
現在のバージョン 0.4.2
最終更新日 2023-05-26
公開日 2022-08-15
評価 4.15/5 合計 26 レビュー
開発者 earned
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Is YouTube Channel Monetized?",
    "version": "0.4.2",
    "description": "Displays information about YouTube Channel being monetized or not monetized. Also displays monetization status about YouTube videos.",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "utils\/waitForElement.js",
                "utils\/checkForValidURL.js",
                "utils\/getURLType.js",
                "utils\/capitalizeFirstLetter.js",
                "utils\/getElementType.js",
                "functions\/getDataOnFirstLoad.js",
                "main.js"
            ]
        }
    ]
}