Check Youtube Monetization Status
You can check whether any channel and any video are monetization
什麼是Check Youtube Monetization Status?
Check Youtube Monetization Status是由womarklee開發的Chrome擴展程式,該擴展的主要功能是“You can check whether any channel and any video are monetization”。
擴展截圖
下載Check Youtube Monetization Status擴展crx文件
下載Check Youtube Monetization Status擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } } |