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 là gì?
YouTube Channel Grower là một tiện ích mở rộng Chrome được phát triển bởi amind1, và tính năng chính của nó là "YouTube Channel Grower aims to help YouTubers grow their subscriber base by giving tips on video title, description, tags,…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng YouTube Channel Grower
Tải xuống các tệp mở rộng YouTube Channel Grower dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | YouTube Channel Grower |
ID | fjclfnmheeaecfgmgbafnpkalhnijjbj |
URL Chính Thức | https://chromewebstore.google.com/detail/youtube-channel-grower/fjclfnmheeaecfgmgbafnpkalhnijjbj |
Mô tả | YouTube Channel Grower aims to help YouTubers grow their subscriber base by giving tips on video title, description, tags,… |
Kích Thước Tệp | 112 KB |
Số Lần Cài Đặt | 9,774 |
Phiên Bản Hiện Tại | 1.12.23 |
Cập Nhật Lần Cuối | 2017-12-24 |
Ngày Phát Hành | 2017-12-23 |
Đánh Giá | 3.22/5 Tổng số 18 Đánh Giá |
Nhà Phát Triển | amind1 |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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:\/\/*\/" ] } |