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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Check Monetization 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
    ]
}