YouTube Channel Grower

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

Cos'è YouTube Channel Grower?

YouTube Channel Grower è un'estensione di Chrome sviluppata da amind1, e la sua funzione principale è "YouTube Channel Grower aims to help YouTubers grow their subscriber base by giving tips on video title, description, tags,…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione YouTube Channel Grower

Scarica i file di estensione YouTube Channel Grower in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome YouTube Channel Grower YouTube Channel Grower
ID fjclfnmheeaecfgmgbafnpkalhnijjbj
URL Ufficiale https://chromewebstore.google.com/detail/youtube-channel-grower/fjclfnmheeaecfgmgbafnpkalhnijjbj
Descrizione YouTube Channel Grower aims to help YouTubers grow their subscriber base by giving tips on video title, description, tags,…
Dimensione del File 112 KB
Conteggio Installazioni 9,774
Versione Corrente 1.12.23
Ultimo Aggiornamento 2017-12-24
Data di Pubblicazione 2017-12-23
Valutazione 3.22/5 Totale 18 Valutazioni
Sviluppatore amind1
Tipo di Pagamento free
Lingue Supportate 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:\/\/*\/"
    ]
}