YouTube Channel Grower
YouTube Channel Grower aims to help YouTubers grow their subscriber base by giving tips on video title, description, tags,…
Qu'est-ce que YouTube Channel Grower ?
YouTube Channel Grower est une extension Chrome développée par amind1, et sa fonction principale est "YouTube Channel Grower aims to help YouTubers grow their subscriber base by giving tips on video title, description, tags,…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension YouTube Channel Grower
Téléchargez les fichiers d'extension YouTube Channel Grower au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | YouTube Channel Grower |
ID | fjclfnmheeaecfgmgbafnpkalhnijjbj |
URL Officiel | https://chromewebstore.google.com/detail/youtube-channel-grower/fjclfnmheeaecfgmgbafnpkalhnijjbj |
Description | YouTube Channel Grower aims to help YouTubers grow their subscriber base by giving tips on video title, description, tags,… |
Taille du Fichier | 112 KB |
Nombre d'Installations | 9,774 |
Version Actuelle | 1.12.23 |
Dernière Mise à Jour | 2017-12-24 |
Date de Publication | 2017-12-23 |
Évaluation | 3.22/5 Total 18 Évaluations |
Développeur | amind1 |
Type de Paiement | free |
Langues Prises en Charge | 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:\/\/*\/" ] } |