Reverse Watch Later List on YouTube

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

什麼是Reverse Watch Later List on YouTube?

Reverse Watch Later List on YouTube是由http://davidrigbye.com開發的Chrome擴展程式,該擴展的主要功能是“Adds a button to reverse the order of your Watch Later List”。

擴展截圖

screenshot

下載Reverse Watch Later List on YouTube擴展crx文件

下載Reverse Watch Later List on YouTube擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 ★★★★★                    

擴展基本資訊

名稱 Reverse Watch Later List on YouTube Reverse Watch Later List on YouTube
ID fghdmhmlgblfeojfcejdoijadldnhend
官方網址 https://chrome.google.com/webstore/detail/reverse-watch-later-list/fghdmhmlgblfeojfcejdoijadldnhend
簡介 Adds a button to reverse the order of your Watch Later List
檔案大小 36.55 KB
安裝次數 768
目前版本 1.3
更新時間 2015-06-29
上架時間 2015-06-29
評分 3.15/5 共 46 次評分
開發者 http://davidrigbye.com
付費類型 free
擴展官網 http://davidrigbye.com/
支援的語言 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
}