YouTube Channel Grower

YouTube Channel Grower aims to help YouTubers grow their subscriber base by giving tips on video title, description, tags,…

YouTube Channel Grower란 무엇입니까?

YouTube Channel Grower은(는) amind1에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "YouTube Channel Grower aims to help YouTubers grow their subscriber base by giving tips on video title, description, tags,…"입니다.

확장 프로그램 스크린샷

screenshot

YouTube Channel Grower 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        YouTube Channel Grower aims to help YouTubers grow their subscriber base by giving tips on video title, description, tags, thumbnails, and more!

YouTube uses many different metrics to figure out which videos to show viewers. We have a team of professionals analyzing YouTube channels to see what really makes them grow faster. Make sure you're on top by having the YouTube Channel Grower.                    

확장 프로그램 기본 정보

이름 YouTube Channel Grower YouTube Channel Grower
ID fjclfnmheeaecfgmgbafnpkalhnijjbj
공식 URL https://chromewebstore.google.com/detail/youtube-channel-grower/fjclfnmheeaecfgmgbafnpkalhnijjbj
설명 YouTube Channel Grower aims to help YouTubers grow their subscriber base by giving tips on video title, description, tags,…
파일 크기 112 KB
설치 횟수 9,774
현재 버전 1.12.23
최근 업데이트 2017-12-24
출시 날짜 2017-12-23
평점 3.22/5 총 18 개의 평점
개발자 amind1
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Channel Grower",
    "version": "1.12.23",
    "background": {
        "persistent": false,
        "scripts": [
            "jquery-3.2.1.min.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "jquery-ui.min.js",
                "content.js"
            ],
            "css": [
                "jquery-ui.min.css"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_title": "Test Extension"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon16.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}