YT New Comments
Show youtube comments as 'Newest first' by default.
什麼是YT New Comments?
YT New Comments是由sunlight11111111開發的Chrome擴展程式,該擴展的主要功能是“Show youtube comments as 'Newest first' by default.”。
下載YT New Comments擴展crx文件
下載YT New Comments擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | jlfeaohkkeiebbjlkaloihjmkmkmdlco |
官方網址 | https://chrome.google.com/webstore/detail/yt-new-comments/jlfeaohkkeiebbjlkaloihjmkmkmdlco |
簡介 | Show youtube comments as 'Newest first' by default. |
檔案大小 | 151 KB |
安裝次數 | 25 |
目前版本 | 0.4 |
更新時間 | 2015-03-29 |
上架時間 | 2015-03-29 |
評分 | 3.29/5 共 17 次評分 |
開發者 | sunlight11111111 |
付費類型 | free |
支援的語言 | 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 } ] } |