NexLev - Check YouTube Monetization Status
Shows whether a YouTube channel or its videos are monetized or not, and provides details on their monetization status.
Hvad er NexLev - Check YouTube Monetization Status?
NexLev - Check YouTube Monetization Status er en Chrome-udvidelse udviklet af https://nexlev.io, og dens hovedfunktion er "Shows whether a YouTube channel or its videos are monetized or not, and provides details on their monetization status.".
Udvidelsesskærmbilleder
Download NexLev - Check YouTube Monetization Status-udvidelses-CRX-fil
Download NexLev - Check YouTube Monetization Status-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | NexLev - Check YouTube Monetization Status |
ID | ddlgficaecdmmddmjmnhcmlidjokcijd |
Officiel URL | https://chromewebstore.google.com/detail/nexlev-check-youtube-mone/ddlgficaecdmmddmjmnhcmlidjokcijd |
Beskrivelse | Shows whether a YouTube channel or its videos are monetized or not, and provides details on their monetization status. |
Filstørrelse | 23.8 KB |
Antal Installationer | 9,000 |
Nuværende Version | 1.1.0 |
Senest Opdateret | 2024-02-14 |
Udgivelsesdato | 2023-11-21 |
Bedømmelse | 4.57/5 Samlet 44 Bedømmelser |
Udvikler | https://nexlev.io |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://nexlev.io |
Hjælpeside-URL | https://nexlev.io/contact |
URL til Fortrolighedspolitik Side | https://sites.google.com/noahmorris.nl/nexlev-privacy/home |
Understøttede Sprog | 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\/*" ] } ] } |