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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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:\/\/*\/"
    ]
}