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 |
Eメール | [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" ] } |