Load All Youtube Replies

Loads all the YouTube replies with 1 click on View Replies

什麼是Load All Youtube Replies?

Load All Youtube Replies是由totalvamp開發的Chrome擴展程式,該擴展的主要功能是“Loads all the YouTube replies with 1 click on View Replies”。

擴展截圖

screenshot

下載Load All Youtube Replies擴展crx文件

下載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
官方網址 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"
        }
    ]
}