Is YouTube Channel Monetized?
Displays information about YouTube Channel being monetized or not monetized. Also displays monetization status about YouTube videos.
Wat is Is YouTube Channel Monetized??
Is YouTube Channel Monetized? is een Chrome-extensie ontwikkeld door earned, en de belangrijkste functie is "Displays information about YouTube Channel being monetized or not monetized. Also displays monetization status about YouTube videos.".
Extensie Screenshots
Download het CRX-bestand van de extensie Is YouTube Channel Monetized?
Download Is YouTube Channel Monetized?-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Simply shows if YouTube channel has monetization enabled, or disabled. Source code: https://github.com/ogohogo/is-youtube-channel-monetized-extension Please report issues here: https://github.com/ogohogo/is-youtube-channel-monetized-extension/issues (Thank you!)
Basisinformatie over de Extensie
Naam | |
ID | ijonaoomgjhjacfmipjlfdobddhfnkjn |
Officiële URL | https://chromewebstore.google.com/detail/is-youtube-channel-moneti/ijonaoomgjhjacfmipjlfdobddhfnkjn |
Beschrijving | Displays information about YouTube Channel being monetized or not monetized. Also displays monetization status about YouTube videos. |
Bestandsgrootte | 31.47 KB |
Aantal Installaties | 32,059 |
Huidige Versie | 0.4.2 |
Laatst Bijgewerkt | 2023-05-26 |
Publicatiedatum | 2022-08-15 |
Beoordeling | 4.15/5 Totaal 26 Beoordelingen |
Ontwikkelaar | earned |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Is YouTube Channel Monetized?", "version": "0.4.2", "description": "Displays information about YouTube Channel being monetized or not monetized. Also displays monetization status about YouTube videos.", "icons": { "128": "icon128.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" ] } ] } |