Check Youtube Monetization Status
You can check whether any channel and any video are monetization
Check Youtube Monetization Status क्या है?
Check Youtube Monetization Status womarklee द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "You can check whether any channel and any video are monetization"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Check Youtube Monetization Status एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Go to any channel or video page to see the monetization status. For Youtubers, we can use it for competitive product analysis. In practice, we find that some types of channels and videos cannot be opened for monetization or are easily canceled for monetization. Using this plug-in can allow us to avoid some problems. If you have any problems during use, please email me.
एक्सटेंशन की मूल जानकारी
नाम | Check Youtube Monetization Status |
ID | bglpgbeipnbfifglhhhcmgmlcbjeceff |
आधिकारिक URL | https://chromewebstore.google.com/detail/check-youtube-monetizatio/bglpgbeipnbfifglhhhcmgmlcbjeceff |
विवरण | You can check whether any channel and any video are monetization |
फ़ाइल का आकार | 12.4 KB |
स्थापना संख्या | 1,912 |
वर्तमान संस्करण | 1.4 |
अंतिम अपडेट | 2023-06-03 |
प्रकाशन तिथि | 2023-04-14 |
रेटिंग | 1.57/5 कुल 14 रेटिंग्स |
डेवलपर | womarklee |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "version": "1.4", "description": "__MSG_description__", "manifest_version": 3, "default_locale": "en", "content_scripts": [ { "js": [ "\/js\/check.js" ], "matches": [ "https:\/\/*.youtube.com\/*" ] } ], "icons": { "128": "\/images\/app.png" } } |