Check Monetization
Channel Monetization Checker - Find out if a channel is Monetized – Lenos
Check Monetization là gì?
Check Monetization là một tiện ích mở rộng Chrome được phát triển bởi https://www.lenostube.com, và tính năng chính của nó là "Channel Monetization Checker - Find out if a channel is Monetized – Lenos".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Check Monetization
Tải xuống các tệp mở rộng Check Monetization dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Check Monetization |
ID | hcpbkgmihdmgecabghhddmppipjnkdje |
URL Chính Thức | https://chromewebstore.google.com/detail/check-monetization/hcpbkgmihdmgecabghhddmppipjnkdje |
Mô tả | Channel Monetization Checker - Find out if a channel is Monetized – Lenos |
Kích Thước Tệp | 142 KB |
Số Lần Cài Đặt | 10,000 |
Phiên Bản Hiện Tại | 2.0.0 |
Cập Nhật Lần Cuối | 2023-12-22 |
Ngày Phát Hành | 2023-01-09 |
Đánh Giá | 3.24/5 Tổng số 17 Đánh Giá |
Nhà Phát Triển | https://www.lenostube.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.lenostube.com/en/channel-monetization-checker/ |
URL Trang Trợ Giúp | https://www.lenostube.com/en/support/ |
URL Trang Chính Sách Bảo Mật | https://www.lenostube.com/en/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |