Reverse Watch Later List on YouTube
Adds a button to reverse the order of your Watch Later List
Co je Reverse Watch Later List on YouTube?
Reverse Watch Later List on YouTube je rozšíření Chrome vyvinuté http://davidrigbye.com, a jeho hlavní funkcí je „Adds a button to reverse the order of your Watch Later List“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Reverse Watch Later List on YouTube
Stáhněte si soubory rozšíření Reverse Watch Later List on YouTube ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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 ★★★★★
Základní Informace o Rozšíření
Název | |
ID | fghdmhmlgblfeojfcejdoijadldnhend |
Oficiální URL | https://chrome.google.com/webstore/detail/reverse-watch-later-list/fghdmhmlgblfeojfcejdoijadldnhend |
Popis | Adds a button to reverse the order of your Watch Later List |
Velikost souboru | 36.55 KB |
Počet instalací | 768 |
Aktuální Verze | 1.3 |
Poslední Aktualizace | 2015-06-29 |
Datum Vydání | 2015-06-29 |
Hodnocení | 3.15/5 Celkem 46 Hodnocení |
Vývojář | http://davidrigbye.com |
Typ Platby | free |
Webové stránky Rozšíření | http://davidrigbye.com/ |
Podporované Jazyky | 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 } |