YouTube Market Research Helper

Helps YouTube creators better understand the market dynamics of YouTube.

YouTube Market Research Helperคืออะไร?

YouTube Market Research Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mittalmarhq.com และคุณลักษณะหลักของมันคือ "Helps YouTube creators better understand the market dynamics of YouTube."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube Market Research Helper

ดาวน์โหลดไฟล์ส่วนขยาย YouTube Market Research Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        YouTube Market Research Helper is an extension that identifies and marks true demand on YouTube. It identifies outlier videos, videos that perform exceptionally well compared to a channel’s average results.

This tool is made for the purpose of identifying good topics for your YouTube videos. Reduce the risk of frustration and flops. Spend your time on worthwhile projects that gives the results you are hoping for.

This extension automatically highlights outliers with a colored bar. Find hot topics and demand automatically at a fraction of the usual research time. Install and automatically detect outliers wherever you are on YouTube.

Benefits:
- Free to use
- Reduce research-time
- 10x faster than the “normal” research method
- Replicating the methodology as Mr. Beast and other YouTube strategists use

Install and isolate signal from noise with YouTube Market Research Helper                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ YouTube Market Research Helper YouTube Market Research Helper
ID jokljlajnnedcjnhgamplafbdpdeabaa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-market-research-h/jokljlajnnedcjnhgamplafbdpdeabaa
คำอธิบาย Helps YouTube creators better understand the market dynamics of YouTube.
ขนาดไฟล์ 1.85 MB
จำนวนการติดตั้ง 143
เวอร์ชันปัจจุบัน 0.1.1
อัปเดตครั้งล่าสุด 2023-11-18
วันที่เผยแพร่ 2023-11-15
คะแนน 4.86/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://mittalmarhq.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.mittalmarhq.com/
URL หน้าช่วยเหลือ https://www.mittalmarhq.com/support
URL หน้านโยบายความเป็นส่วนตัว https://www.mittalmarhq.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Market Research Helper",
    "description": "Helps YouTube creators better understand the market dynamics of YouTube.",
    "version": "0.1.1",
    "manifest_version": 3,
    "icons": {
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "src\/background.js"
    },
    "action": {
        "default_popup": "src\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "src\/outlier\/main.js",
                "src\/isMonetized\/helpers.js",
                "src\/isMonetized\/main.js",
                "src\/subCount\/helpers.js",
                "src\/subCount\/main.js",
                "src\/content.js"
            ]
        }
    ]
}