YT New Comments

Show youtube comments as 'Newest first' by default.

Was ist YT New Comments?

YT New Comments ist eine Chrome-Erweiterung, die von sunlight11111111 entwickelt wurde, und ihr Hauptmerkmal ist "Show youtube comments as 'Newest first' by default.".

YT New Comments-Erweiterungs-CRX-Datei herunterladen

Laden Sie YT New Comments-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name YT New Comments YT New Comments
ID jlfeaohkkeiebbjlkaloihjmkmkmdlco
Offizielle URL https://chrome.google.com/webstore/detail/yt-new-comments/jlfeaohkkeiebbjlkaloihjmkmkmdlco
Beschreibung Show youtube comments as 'Newest first' by default.
Dateigröße 151 KB
Installationsanzahl 25
Aktuelle Version 0.4
Letztes Update 2015-03-29
Veröffentlichungsdatum 2015-03-29
Bewertung 3.29/5 Insgesamt 17 Bewertungen
Entwickler sunlight11111111
Zahlungsart free
Unterstützte Sprachen 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
        }
    ]
}