Reverse Watch Later List on YouTube

Adds a button to reverse the order of your Watch Later List

What is Reverse Watch Later List on YouTube?

Reverse Watch Later List on YouTube is a Chrome extension developed by http://davidrigbye.com, and its main feature is "Adds a button to reverse the order of your Watch Later List".

Extension Screenshots

screenshot

Download Reverse Watch Later List on YouTube Extension CRX File

Download Reverse Watch Later List on YouTube extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension simply adds a button on your YouTube Watch Later page. 

Your videos can now be sorted with most recently added at the top of the list.

Please rate ★★★★★                    

Extension Basic Information

Name Reverse Watch Later List on YouTube Reverse Watch Later List on YouTube
ID fghdmhmlgblfeojfcejdoijadldnhend
Official URL https://chrome.google.com/webstore/detail/reverse-watch-later-list/fghdmhmlgblfeojfcejdoijadldnhend
Description Adds a button to reverse the order of your Watch Later List
File Size 36.55 KB
Installation Count 768
Current Version 1.3
Last Updated 2015-06-29
Publish Date 2015-06-29
Rating 3.15/5 Total 46 Ratings
Developer http://davidrigbye.com
Payment Type free
Extension Website http://davidrigbye.com/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reverse Watch Later List on YouTube",
    "description": "Adds a button to reverse the order of your Watch Later List",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery-1.8.3.min.js",
                "youtubes.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "version": "1.3",
    "manifest_version": 2
}