Check Monetization
Channel Monetization Checker - Find out if a channel is Monetized – Lenos
Check Monetization क्या है?
Check Monetization https://www.lenostube.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Channel Monetization Checker - Find out if a channel is Monetized – Lenos"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Check Monetization एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |