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?
YouTube Channel Grower是由amind1開發的Chrome擴展程式,該擴展的主要功能是“YouTube Channel Grower aims to help YouTubers grow their subscriber base by giving tips on video title, description, tags,…”。
擴展截圖
下載YouTube Channel Grower擴展crx文件
下載YouTube Channel Grower擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | YouTube Channel Grower |
ID | fjclfnmheeaecfgmgbafnpkalhnijjbj |
官方網址 | https://chromewebstore.google.com/detail/youtube-channel-grower/fjclfnmheeaecfgmgbafnpkalhnijjbj |
簡介 | YouTube Channel Grower aims to help YouTubers grow their subscriber base by giving tips on video title, description, tags,… |
檔案大小 | 112 KB |
安裝次數 | 9,774 |
目前版本 | 1.12.23 |
更新時間 | 2017-12-24 |
上架時間 | 2017-12-23 |
評分 | 3.22/5 共 18 次評分 |
開發者 | amind1 |
付費類型 | free |
支援的語言 | 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:\/\/*\/" ] } |