Load All Youtube Replies

Loads all the YouTube replies with 1 click on View Replies

ما هو Load All Youtube Replies؟

Load All Youtube Replies هو إضافة Chrome تم تطويرها بواسطة totalvamp، والميزة الرئيسية لها هي "Loads all the YouTube replies with 1 click on View Replies".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Load All Youtube Replies

قم بتنزيل ملفات الامتداد Load All Youtube Replies بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        YouTube now loads comments 10 or so at a time, which is very annoying with a long list of replies. This extension will click for you so it loads all the replies until there are none left                    

معلومات أساسية عن التمديد

الاسم Load All Youtube Replies Load All Youtube Replies
ID eckljaepjkgppihfdfmfojpmcipdpfjg
عنوان URL الرسمي https://chromewebstore.google.com/detail/load-all-youtube-replies/eckljaepjkgppihfdfmfojpmcipdpfjg
الوصف Loads all the YouTube replies with 1 click on View Replies
حجم الملف 33.39 KB
عدد التثبيتات 59
النسخة الحالية 1.0
آخر تحديث 2018-12-26
تاريخ النشر 2018-12-26
تقييم 2.33/5 مجموع تقييمات 3
المطور totalvamp
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Load All Youtube Replies",
    "description": "Loads all the YouTube replies with 1 click on View Replies",
    "version": "1.0",
    "author": "totalvamp",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch?v=*"
            ],
            "js": [
                "lib\/jquery-3.3.1.min.js",
                "js\/main.js"
            ],
            "run_at": "document_end"
        }
    ]
}