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.”。
扩展截图
下载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. 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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\/*"
]
}
]
} | |