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 là gì?

NexLev - Check YouTube Monetization Status là một tiện ích mở rộng Chrome được phát triển bởi https://nexlev.io, và tính năng chính của nó là "Shows whether a YouTube channel or its videos are monetized or not, and provides details on their monetization status.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng NexLev - Check YouTube Monetization Status

Tải xuống các tệp mở rộng NexLev - Check YouTube Monetization Status dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên NexLev - Check YouTube Monetization Status NexLev - Check YouTube Monetization Status
ID ddlgficaecdmmddmjmnhcmlidjokcijd
URL Chính Thức https://chromewebstore.google.com/detail/nexlev-check-youtube-mone/ddlgficaecdmmddmjmnhcmlidjokcijd
Mô tả Shows whether a YouTube channel or its videos are monetized or not, and provides details on their monetization status.
Kích Thước Tệp 23.8 KB
Số Lần Cài Đặt 9,000
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2024-02-14
Ngày Phát Hành 2023-11-21
Đánh Giá 4.57/5 Tổng số 44 Đánh Giá
Nhà Phát Triển https://nexlev.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://nexlev.io
URL Trang Trợ Giúp https://nexlev.io/contact
URL Trang Chính Sách Bảo Mật https://sites.google.com/noahmorris.nl/nexlev-privacy/home
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}