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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย amind1 และคุณลักษณะหลักของมันคือ "YouTube Channel Grower aims to help YouTubers grow their subscriber base by giving tips on video title, description, tags,…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube Channel Grower

ดาวน์โหลดไฟล์ส่วนขยาย 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 YouTube Channel Grower
ID fjclfnmheeaecfgmgbafnpkalhnijjbj
URL อย่างเป็นทางการ 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:\/\/*\/"
    ]
}