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