YouTube Market Research Helper

Helps YouTube creators better understand the market dynamics of YouTube.

什麼是YouTube Market Research Helper?

YouTube Market Research Helper是由https://mittalmarhq.com開發的Chrome擴展程式,該擴展的主要功能是“Helps YouTube creators better understand the market dynamics of YouTube.”。

擴展截圖

screenshot
screenshot

下載YouTube Market Research Helper擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}