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 |
公式URL | 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 } ] } |