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ファイルをダウンロード

YouTube Channel Grower拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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:\/\/*\/"
    ]
}