YT New Comments

Show youtube comments as 'Newest first' by default.

Cos'è YT New Comments?

YT New Comments è un'estensione di Chrome sviluppata da sunlight11111111, e la sua funzione principale è "Show youtube comments as 'Newest first' by default.".

Scarica il file CRX dell'estensione YT New Comments

Scarica i file di estensione YT New Comments in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome YT New Comments YT New Comments
ID jlfeaohkkeiebbjlkaloihjmkmkmdlco
URL Ufficiale https://chrome.google.com/webstore/detail/yt-new-comments/jlfeaohkkeiebbjlkaloihjmkmkmdlco
Descrizione Show youtube comments as 'Newest first' by default.
Dimensione del File 151 KB
Conteggio Installazioni 25
Versione Corrente 0.4
Ultimo Aggiornamento 2015-03-29
Data di Pubblicazione 2015-03-29
Valutazione 3.29/5 Totale 17 Valutazioni
Sviluppatore sunlight11111111
Tipo di Pagamento free
Lingue Supportate 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
        }
    ]
}