Always Show Watch Later
Always shows the Watch Later button for Youtube embedded videos.
What is Always Show Watch Later?
Always Show Watch Later is a Chrome extension developed by Scott Zackrison, and its main feature is "Always shows the Watch Later button for Youtube embedded videos.".
Download Always Show Watch Later Extension CRX File
Download Always Show Watch Later 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 forces the Watch Later button to be visible for embedded Youtube videos. --> updated 9/6/17 ---> minor bug fix --> updated 7/18/17 ---> fixed another issue in some instances where it wouldn't show the Watch Later button --> updated 2/14/17 ---> fixed an issue in some instances where it wouldn't show the Watch Later button --> updated 9/24/15 ---> faster ---> more reliable ---> more efficient
Extension Basic Information
Name | |
ID | opnlaeeckmpncaogfacbkelbldmpbibi |
Official URL | https://chrome.google.com/webstore/detail/always-show-watch-later/opnlaeeckmpncaogfacbkelbldmpbibi |
Description | Always shows the Watch Later button for Youtube embedded videos. |
File Size | 33.75 KB |
Installation Count | 413 |
Current Version | 1.4 |
Last Updated | 2017-09-06 |
Publish Date | 2017-09-06 |
Rating | 4.64/5 Total 28 Ratings |
Developer | Scott Zackrison |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Always Show Watch Later", "description": "Always shows the Watch Later button for Youtube embedded videos.", "version": "1.4", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-2.1.4.min.js", "content.js" ], "all_frames": true } ], "icons": { "128": "icon_128.png" } } |