YouTube Channel Grower

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

¿Qué es YouTube Channel Grower?

YouTube Channel Grower es una extensión de Chrome desarrollada por amind1, y su función principal es "YouTube Channel Grower aims to help YouTubers grow their subscriber base by giving tips on video title, description, tags,…".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión YouTube Channel Grower

Descarga archivos de extensión YouTube Channel Grower en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre YouTube Channel Grower YouTube Channel Grower
ID fjclfnmheeaecfgmgbafnpkalhnijjbj
URL Oficial https://chromewebstore.google.com/detail/youtube-channel-grower/fjclfnmheeaecfgmgbafnpkalhnijjbj
Descripción YouTube Channel Grower aims to help YouTubers grow their subscriber base by giving tips on video title, description, tags,…
Tamaño del Archivo 112 KB
Cantidad de Instalaciones 9,774
Versión Actual 1.12.23
Última Actualización 2017-12-24
Fecha de Publicación 2017-12-23
Calificación 3.22/5 Total de 18 Calificaciones
Desarrollador amind1
Tipo de Pago free
Idiomas Soportados 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:\/\/*\/"
    ]
}