NexLev - Check YouTube Monetization Status
Shows whether a YouTube channel or its videos are monetized or not, and provides details on their monetization status.
Was ist NexLev - Check YouTube Monetization Status?
NexLev - Check YouTube Monetization Status ist eine Chrome-Erweiterung, die von https://nexlev.io entwickelt wurde, und ihr Hauptmerkmal ist "Shows whether a YouTube channel or its videos are monetized or not, and provides details on their monetization status.".
Erweiterungsscreenshots
NexLev - Check YouTube Monetization Status-Erweiterungs-CRX-Datei herunterladen
Laden Sie NexLev - Check YouTube Monetization Status-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | NexLev - Check YouTube Monetization Status |
ID | ddlgficaecdmmddmjmnhcmlidjokcijd |
Offizielle URL | https://chromewebstore.google.com/detail/nexlev-check-youtube-mone/ddlgficaecdmmddmjmnhcmlidjokcijd |
Beschreibung | Shows whether a YouTube channel or its videos are monetized or not, and provides details on their monetization status. |
Dateigröße | 23.8 KB |
Installationsanzahl | 9,000 |
Aktuelle Version | 1.1.0 |
Letztes Update | 2024-02-14 |
Veröffentlichungsdatum | 2023-11-21 |
Bewertung | 4.57/5 Insgesamt 44 Bewertungen |
Entwickler | https://nexlev.io |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://nexlev.io |
Hilfeseite URL | https://nexlev.io/contact |
URL der Datenschutzrichtlinien-Seite | https://sites.google.com/noahmorris.nl/nexlev-privacy/home |
Unterstützte Sprachen | 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\/*" ] } ] } |