YT New Comments
Show youtube comments as 'Newest first' by default.
What is YT New Comments?
YT New Comments is a Chrome extension developed by sunlight11111111, and its main feature is "Show youtube comments as 'Newest first' by default.".
Download YT New Comments Extension CRX File
Download YT New Comments 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
This is a quick attempt to provide an option that google/youtube does not - automatically showing comments in chronological order. This is basically a workaround that simply clicks the dropdown automatically so you don't have to. It is not very 'smart' in its current state but if enough interest is shown I might work on making it better. *update 3/29/15* Yes, this is still being maintained. I appreciate your patience as I do not always notice right away when a major change to youtube breaks functionality.
Extension Basic Information
Name | |
ID | jlfeaohkkeiebbjlkaloihjmkmkmdlco |
Official URL | https://chrome.google.com/webstore/detail/yt-new-comments/jlfeaohkkeiebbjlkaloihjmkmkmdlco |
Description | Show youtube comments as 'Newest first' by default. |
File Size | 151 KB |
Installation Count | 25 |
Current Version | 0.4 |
Last Updated | 2015-03-29 |
Publish Date | 2015-03-29 |
Rating | 3.29/5 Total 17 Ratings |
Developer | sunlight11111111 |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YT New Comments", "version": "0.4", "manifest_version": 2, "description": "Show youtube comments as 'Newest first' by default.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-1.10.2.js", "2.js" ], "run_at": "document_idle", "all_frames": true } ] } |