Load All Youtube Replies
Loads all the YouTube replies with 1 click on View Replies
What is Load All Youtube Replies?
Load All Youtube Replies is a Chrome extension developed by totalvamp, and its main feature is "Loads all the YouTube replies with 1 click on View Replies".
Extension Screenshots
Download Load All Youtube Replies Extension CRX File
Download Load All Youtube Replies extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
                        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                     Extension Basic Information
| Name |   |  
| ID | eckljaepjkgppihfdfmfojpmcipdpfjg | 
| Official URL | https://chromewebstore.google.com/detail/load-all-youtube-replies/eckljaepjkgppihfdfmfojpmcipdpfjg | 
| Description | Loads all the YouTube replies with 1 click on View Replies | 
| File Size | 33.39 KB | 
| Installation Count | 59 | 
| Current Version | 1.0 | 
| Last Updated | 2018-12-26 | 
| Publish Date | 2018-12-26 | 
| Rating | 2.33/5 Total 3 Ratings | 
| Developer | totalvamp | 
| [email protected] | |
| Payment Type | free | 
| Supported Languages | 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"
        }
    ]
}  |  |