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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
        }
    ]
}