Youtube Replay
Adds a replay button to Youtube.com player
什么是Youtube Replay?
Youtube Replay是由http://www.youtubereplay.eu开发的Chrome扩展程序,该扩展的主要功能是“Adds a replay button to Youtube.com player”。
扩展截图
下载Youtube Replay扩展crx文件
下载Youtube Replay扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A Google Chrome extension that enables you to replay the videos on Youtube.com by adding a replay button under the player. Simple, effective, easy to use. Updated version: works on html5 player
扩展基本信息
名称 | |
ID | ecjjlmccecopllckplcnifpejhndneeh |
官方URL | https://chrome.google.com/webstore/detail/youtube-replay/ecjjlmccecopllckplcnifpejhndneeh |
简介 | Adds a replay button to Youtube.com player |
文件大小 | 3.7 KB |
安装次数 | 123 |
当前版本 | 1.4 |
更新时间 | 2014-05-26 |
上架时间 | 2014-05-26 |
评分 | 4.20/5 共5次评分 |
开发者 | http://www.youtubereplay.eu |
付费类型 | free |
扩展官网 | http://www.youtubereplay.eu/ |
支持的语言 | en |
manifest.json | |
{ "content_scripts": [ { "js": [ "contentscript.js" ], "matches": [ "http:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*" ], "run_at": "document_idle" } ], "description": "Adds a replay button to Youtube.com player", "manifest_version": 2, "name": "Youtube Replay", "permissions": [ "storage", "tabs", "http:\/\/www.youtube.com\/watch*", "https:\/\/www.youtube.com\/watch*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.4" } |