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”。
扩展截图
下载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 ★★★★★
扩展基本信息
名称 | |
ID | fghdmhmlgblfeojfcejdoijadldnhend |
官方URL | 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 } |