Is YouTube Channel Monetized?
Displays information about YouTube Channel being monetized or not monetized. Also displays monetization status about YouTube videos.
Vad är Is YouTube Channel Monetized??
Is YouTube Channel Monetized? är en Chrome-tillägg utvecklad av earned, och dess huvudfunktion är "Displays information about YouTube Channel being monetized or not monetized. Also displays monetization status about YouTube videos.".
Tilläggsskärmbilder
Ladda ner Is YouTube Channel Monetized?-förlängningens CRX-fil
Ladda ner Is YouTube Channel Monetized?-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!)
Grundläggande Information om Tillägg
Namn | |
ID | ijonaoomgjhjacfmipjlfdobddhfnkjn |
Officiell webbadress | https://chromewebstore.google.com/detail/is-youtube-channel-moneti/ijonaoomgjhjacfmipjlfdobddhfnkjn |
Beskrivning | Displays information about YouTube Channel being monetized or not monetized. Also displays monetization status about YouTube videos. |
Filstorlek | 31.47 KB |
Antal Installationer | 32,059 |
Aktuell Version | 0.4.2 |
Senast Uppdaterad | 2023-05-26 |
Publiceringsdatum | 2022-08-15 |
Betyg | 4.15/5 Totalt 26 Betyg |
Utvecklare | earned |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |