YouTube Channel Grower
YouTube Channel Grower aims to help YouTubers grow their subscriber base by giving tips on video title, description, tags,…
What is YouTube Channel Grower?
YouTube Channel Grower is a Chrome extension developed by amind1, and its main feature is "YouTube Channel Grower aims to help YouTubers grow their subscriber base by giving tips on video title, description, tags,…".
Extension Screenshots
Download YouTube Channel Grower Extension CRX File
Download YouTube Channel Grower extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | YouTube Channel Grower |
ID | fjclfnmheeaecfgmgbafnpkalhnijjbj |
Official URL | 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,… |
File Size | 112 KB |
Installation Count | 9,774 |
Current Version | 1.12.23 |
Last Updated | 2017-12-24 |
Publish Date | 2017-12-23 |
Rating | 3.22/5 Total 18 Ratings |
Developer | amind1 |
Payment Type | free |
Supported Languages | 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:\/\/*\/" ] } |