NexLev - Check YouTube Monetization Status

Shows whether a YouTube channel or its videos are monetized or not, and provides details on their monetization status.

NexLev - Check YouTube Monetization Statusとは何ですか?

NexLev - Check YouTube Monetization Statusはhttps://nexlev.ioによって開発されたChromeの拡張機能で、その主な機能は「Shows whether a YouTube channel or its videos are monetized or not, and provides details on their monetization status.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

NexLev - Check YouTube Monetization Status拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension show if a channel is monetized with %95 accuracy! 

v1.1.0 Updates:

+ Errors for the channels with more copyrighted musics fixed

Notes:
+ This extension won't work on Shorts only channels. 
+ It might not work with Ad Blockers or VPNs.                    

拡張機能の基本情報

名前 NexLev - Check YouTube Monetization Status NexLev - Check YouTube Monetization Status
ID ddlgficaecdmmddmjmnhcmlidjokcijd
公式URL https://chromewebstore.google.com/detail/nexlev-check-youtube-mone/ddlgficaecdmmddmjmnhcmlidjokcijd
説明 Shows whether a YouTube channel or its videos are monetized or not, and provides details on their monetization status.
ファイルサイズ 23.8 KB
インストール数 9,000
現在のバージョン 1.1.0
最終更新日 2024-02-14
公開日 2023-11-21
評価 4.57/5 合計 44 レビュー
開発者 https://nexlev.io
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://nexlev.io
ヘルプページのURL https://nexlev.io/contact
プライバシーポリシーページのURL https://sites.google.com/noahmorris.nl/nexlev-privacy/home
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NexLev - Check YouTube Monetization Status",
    "version": "1.1.0",
    "description": "Shows whether a YouTube channel or its videos are monetized or not, and provides details on their monetization status.",
    "icons": {
        "128": "nexlev128.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"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "nexlev128.png"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ]
        }
    ]
}