Simple Youtube Repeater
Simply click the repeat button to make the Youtube video automatically repeat.
什么是Simple Youtube Repeater?
Simple Youtube Repeater是由kennethdevel开发的Chrome扩展程序,该扩展的主要功能是“Simply click the repeat button to make the Youtube video automatically repeat.”。
扩展截图
下载Simple Youtube Repeater扩展crx文件
下载Simple Youtube Repeater扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simply click the repeat button to make the video automatically repeat.
扩展基本信息
名称 | Simple Youtube Repeater |
ID | pbjaladifincbflhpknphchnapmemgnm |
官方URL | https://chromewebstore.google.com/detail/simple-youtube-repeater/pbjaladifincbflhpknphchnapmemgnm |
简介 | Simply click the repeat button to make the Youtube video automatically repeat. |
文件大小 | 15.46 KB |
安装次数 | 694 |
当前版本 | 3.0 |
更新时间 | 2016-06-13 |
上架时间 | 2016-06-13 |
评分 | 4.29/5 共7次评分 |
开发者 | kennethdevel |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Youtube Repeater", "description": "Simply click the repeat button to make the Youtube video automatically repeat.", "version": "3.0", "author": "Kenneth", "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/watch?*" ], "js": [ "cs.js" ] } ], "web_accessible_resources": [ "images\/*.png" ], "icons": { "48": "images\/icon48.png", "128": "images\/icon128.png" } } |