YouTube Market Research Helper
Helps YouTube creators better understand the market dynamics of YouTube.
Co je YouTube Market Research Helper?
YouTube Market Research Helper je rozšíření Chrome vyvinuté https://mittalmarhq.com, a jeho hlavní funkcí je „Helps YouTube creators better understand the market dynamics of YouTube.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření YouTube Market Research Helper
Stáhněte si soubory rozšíření YouTube Market Research Helper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | jokljlajnnedcjnhgamplafbdpdeabaa |
Oficiální URL | https://chromewebstore.google.com/detail/youtube-market-research-h/jokljlajnnedcjnhgamplafbdpdeabaa |
Popis | Helps YouTube creators better understand the market dynamics of YouTube. |
Velikost souboru | 1.85 MB |
Počet instalací | 143 |
Aktuální Verze | 0.1.1 |
Poslední Aktualizace | 2023-11-18 |
Datum Vydání | 2023-11-15 |
Hodnocení | 4.86/5 Celkem 7 Hodnocení |
Vývojář | https://mittalmarhq.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.mittalmarhq.com/ |
URL Stránky Nápovědy | https://www.mittalmarhq.com/support |
URL Stránky Zásad Ochrany Soukromí | https://www.mittalmarhq.com/privacy-policy |
Podporované Jazyky | 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" ] } ] } |