Load All Youtube Replies

Loads all the YouTube replies with 1 click on View Replies

Load All Youtube Replies là gì?

Load All Youtube Replies là một tiện ích mở rộng Chrome được phát triển bởi totalvamp, và tính năng chính của nó là "Loads all the YouTube replies with 1 click on View Replies".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Load All Youtube Replies

Tải xuống các tệp mở rộng Load All Youtube Replies dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Load All Youtube Replies Load All Youtube Replies
ID eckljaepjkgppihfdfmfojpmcipdpfjg
URL Chính Thức https://chromewebstore.google.com/detail/load-all-youtube-replies/eckljaepjkgppihfdfmfojpmcipdpfjg
Mô tả Loads all the YouTube replies with 1 click on View Replies
Kích Thước Tệp 33.39 KB
Số Lần Cài Đặt 59
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2018-12-26
Ngày Phát Hành 2018-12-26
Đánh Giá 2.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển totalvamp
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}