TuBeast

Become The YouTuber You've Always Dreamed Of - Topic & Keyword Analysis, Priceless Data, In-Depth Competition Research And Much More

TuBeast란 무엇입니까?

TuBeast은(는) https://tubeast.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Become The YouTuber You've Always Dreamed Of - Topic & Keyword Analysis, Priceless Data, In-Depth Competition Research And Much More"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Whether you're a new YouTuber or a big agency, TuBeast’s state-of-the-art extension will help you increase your YouTube video views and channel subscribers exponentially and easily - 
TuBeast free Chrome extension provides tools and features that can help any YouTube content creator, to optimize your channel and video to perfection, create super relevant and niche targeted content, conduct unfair market and topic research, learn amazing insights about your competition, improve your video SEO and so much more. 

Here are just some of the things TuBeast has to offer - 

⭐ Find related keywords for your current or next video content 
⭐ Check the most used tags
⭐ Check the most used words of the top 15 results for each search query
⭐ General & average stats of the top 15 results for each search query
⭐ Find the video tags of each video on YouTube
⭐ Get In-Depth analysis of the 'Suggested Videos' 
⭐ Compare the tags from the 'Suggested Videos' column to the watched video 
⭐ Conduct internal video search for any YouTube channel, finding the exact scenes and frames relevant to your research
⭐ Advanced Sorting for any YouTube channel videos

If you've found bugs or have any questions related to the extension please email us at [email protected]                    

확장 프로그램 기본 정보

이름 TuBeast TuBeast
ID bgbodedmnofjkldbogikhhbggijiebgm
공식 URL https://chromewebstore.google.com/detail/tubeast/bgbodedmnofjkldbogikhhbggijiebgm
설명 Become The YouTuber You've Always Dreamed Of - Topic & Keyword Analysis, Priceless Data, In-Depth Competition Research And Much More
파일 크기 7.95 MB
설치 횟수 957
현재 버전 1.0.7
최근 업데이트 2020-10-08
출시 날짜 2020-07-05
평점 2.90/5 총 10 개의 평점
개발자 https://tubeast.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://TuBeast.com
도움말 페이지 URL https://tubeast.com/contact-us
개인정보 보호 정책 페이지 URL https://tubeast.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "icons": {
        "16": "16.png",
        "128": "128.png"
    },
    "browser_action": {
        "default_icon": "128.png",
        "default_title": "TuBeast",
        "default_popup": "pop.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "Plugins\/jQuery\/jquery.min.js",
                "Plugins\/React\/react.development.js",
                "Plugins\/React\/react-dom.development.js",
                "Main.js",
                "Plugins\/TableExport\/xlsx.core.min.js",
                "Plugins\/TableExport\/FileSaver.min.js",
                "Plugins\/TableExport\/tableexport.min.js",
                "Plugins\/Charts\/charts.js",
                "Components\/SearchV2.js",
                "Components\/VideoV2.js",
                "Components\/ChannelInternalSearch.js",
                "Components\/ChannelAdvancedFilter.js",
                "Components\/Login.js",
                "Components\/StudioEdit.js",
                "Studio\/UploadDialog.js",
                "Studio\/Edit.js"
            ],
            "css": [
                "Styles\/Main.css",
                "Styles\/Search.css",
                "Styles\/Video.css",
                "Styles\/Channel.css",
                "Styles\/Login.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "Images\/logo.png",
        "Images\/internal_video_search.jpg",
        "Images\/tubeast-internal-search-no-results.png",
        "Images\/tubeast-icon.png",
        "Images\/tubeast-checkmark.png",
        "Images\/tubeast-warning.png",
        "Images\/tubeast-notags.png",
        "Images\/tubeast-tags-comparison.png",
        "Images\/g-normal.png",
        "Images\/Optimization\/description.png",
        "16.png",
        "128.png",
        "YouTube.js",
        "pop.html",
        "Plugins\/Charts\/charts.js",
        "Plugins\/React\/react.development.js",
        "Plugins\/React\/react-dom.development.js",
        "Components\/SearchV2.js",
        "Components\/VideoV2.js",
        "Components\/ChannelInternalSearch.js",
        "Components\/ChannelAdvancedFilter.js",
        "Components\/Login.js",
        "Components\/StudioEdit.js",
        "Plugins\/jQuery\/jquery.min.js"
    ],
    "description": "Become The YouTuber You've Always Dreamed Of - Topic & Keyword Analysis, Priceless Data, In-Depth Competition Research And Much More",
    "background": {
        "scripts": [
            "Plugins\/jQuery\/jquery.min.js",
            "bg.js"
        ],
        "persistent": false
    },
    "name": "TuBeast",
    "manifest_version": 2,
    "permissions": [
        "identity",
        "identity.email"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.7",
    "oauth2": {
        "client_id": "1074277182932-ga7vcrbk4rpsp3da0bfanperfv7jka3j.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "profile",
            "email"
        ]
    }
}