NexLev - Check YouTube Monetization Status

NexLev - Check YouTube Monetization Status

Shows whether a YouTube channel or its videos are monetized or not, and provides details on their monetization status.

Merlin
Additional files are visible only to premium users

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/*"
      ]
    }
  ]
}