YT New Comments

Show youtube comments as 'Newest first' by default.

Hvad er YT New Comments?

YT New Comments er en Chrome-udvidelse udviklet af sunlight11111111, og dens hovedfunktion er "Show youtube comments as 'Newest first' by default.".

Download YT New Comments-udvidelses-CRX-fil

Download YT New Comments-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn YT New Comments YT New Comments
ID jlfeaohkkeiebbjlkaloihjmkmkmdlco
Officiel URL https://chrome.google.com/webstore/detail/yt-new-comments/jlfeaohkkeiebbjlkaloihjmkmkmdlco
Beskrivelse Show youtube comments as 'Newest first' by default.
Filstørrelse 151 KB
Antal Installationer 25
Nuværende Version 0.4
Senest Opdateret 2015-03-29
Udgivelsesdato 2015-03-29
Bedømmelse 3.29/5 Samlet 17 Bedømmelser
Udvikler sunlight11111111
Betalingsmetode free
Understøttede Sprog 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
        }
    ]
}