Always Show Watch Later
Always shows the Watch Later button for Youtube embedded videos.
什么是Always Show Watch Later?
Always Show Watch Later是由Scott Zackrison开发的Chrome扩展程序,该扩展的主要功能是“Always shows the Watch Later button for Youtube embedded videos.”。
下载Always Show Watch Later扩展crx文件
下载Always Show Watch Later扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
ID | opnlaeeckmpncaogfacbkelbldmpbibi |
官方URL | https://chrome.google.com/webstore/detail/always-show-watch-later/opnlaeeckmpncaogfacbkelbldmpbibi |
简介 | Always shows the Watch Later button for Youtube embedded videos. |
文件大小 | 33.75 KB |
安装次数 | 413 |
当前版本 | 1.4 |
更新时间 | 2017-09-06 |
上架时间 | 2017-09-06 |
评分 | 4.64/5 共28次评分 |
开发者 | Scott Zackrison |
付费类型 | free |
支持的语言 | 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" } } |