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 |
官方網址 | 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\/*" ] } ] } |