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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows whether a YouTube channel or its videos are monetized or not, and provides details on their monetization status."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में NexLev - Check YouTube Monetization Status एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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\/*" ] } ] } |