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”。
扩展截图
下载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 |
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" } ] } |