YT New Comments
Show youtube comments as 'Newest first' by default.
Co je YT New Comments?
YT New Comments je rozšíření Chrome vyvinuté sunlight11111111, a jeho hlavní funkcí je „Show youtube comments as 'Newest first' by default.“.
Stáhnout soubor CRX rozšíření YT New Comments
Stáhněte si soubory rozšíření YT New Comments ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | jlfeaohkkeiebbjlkaloihjmkmkmdlco |
Oficiální URL | https://chrome.google.com/webstore/detail/yt-new-comments/jlfeaohkkeiebbjlkaloihjmkmkmdlco |
Popis | Show youtube comments as 'Newest first' by default. |
Velikost souboru | 151 KB |
Počet instalací | 25 |
Aktuální Verze | 0.4 |
Poslední Aktualizace | 2015-03-29 |
Datum Vydání | 2015-03-29 |
Hodnocení | 3.29/5 Celkem 17 Hodnocení |
Vývojář | sunlight11111111 |
Typ Platby | free |
Podporované Jazyky | 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 } ] } |