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
官方網址 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
電子郵箱 [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"
            ]
        }
    ]
}