YT New Comments

Show youtube comments as 'Newest first' by default.

YT New Comments क्या है?

YT New Comments sunlight11111111 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show youtube comments as 'Newest first' by default."।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में YT New Comments एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम YT New Comments YT New Comments
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
        }
    ]
}