Check Monetization
Channel Monetization Checker - Find out if a channel is Monetized – Lenos
什么是Check Monetization?
Check Monetization是由https://www.lenostube.com开发的Chrome扩展程序,该扩展的主要功能是“Channel Monetization Checker - Find out if a channel is Monetized – Lenos”。
扩展截图
下载Check Monetization扩展crx文件
下载Check Monetization扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Find out if a YouTube channel is monetized or not in just one click, by using our monetization checker. Also, quickly access an history of the latest channels you checked and the result. How to use? Just go on a YouTube channel or YouTube video, and then click on "Check this channel". The extension will tell you if the channel you are visiting is monetized or not. The results are 100% accurate. This extension works only on YouTube. If you want to check if a channel is monetized by using the link, then please use our web page https://www.lenostube.com/en/channel-monetization-checker/
扩展基本信息
名称 | Check Monetization |
ID | hcpbkgmihdmgecabghhddmppipjnkdje |
官方URL | https://chromewebstore.google.com/detail/check-monetization/hcpbkgmihdmgecabghhddmppipjnkdje |
简介 | Channel Monetization Checker - Find out if a channel is Monetized – Lenos |
文件大小 | 142 KB |
安装次数 | 10,000 |
当前版本 | 2.0.0 |
更新时间 | 2023-12-22 |
上架时间 | 2023-01-09 |
评分 | 3.24/5 共17次评分 |
开发者 | https://www.lenostube.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.lenostube.com/en/channel-monetization-checker/ |
帮助页面URL | https://www.lenostube.com/en/support/ |
隐私政策页面URL | https://www.lenostube.com/en/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Check Monetization", "description": "Channel Monetization Checker - Find out if a channel is Monetized \u2013 Lenos", "version": "2.0.0", "manifest_version": 3, "action": { "default_popup": "popup.html", "default_icon": "images\/icons\/icon_36.png" }, "icons": { "16": "images\/icons\/icon_16.png", "24": "images\/icons\/icon_24.png", "32": "images\/icons\/icon_32.png", "36": "images\/icons\/icon_36.png", "48": "images\/icons\/icon_48.png", "128": "images\/icons\/icon_128.png" }, "background": { "service_worker": "background.js" }, "host_permissions": [ "*:\/\/*.youtube.com\/*" ], "permissions": [ "storage", "tabs" ] } |