iLoop: Youtube Loop Repeat Replay Part Video
Make auto loop, repeat, replay part of video easier on Youtube!
什么是iLoop: Youtube Loop Repeat Replay Part Video?
iLoop: Youtube Loop Repeat Replay Part Video是由https://super1ha1.github.io开发的Chrome扩展程序,该扩展的主要功能是“Make auto loop, repeat, replay part of video easier on Youtube!”。
扩展截图
下载iLoop: Youtube Loop Repeat Replay Part Video扩展crx文件
下载iLoop: Youtube Loop Repeat Replay Part Video扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
=============================== Whether you need it? =============================== - You want to loop, repeat, replay part of the video on Youtube - You need to manually click to repeat every time - Then this extension is for you. - This is a simple extension which adds a repeat button and a slider to easily select the repeat range. =============================== How to use =============================== - To On/Off repeat: toggle the repeat button - To change the repeat range: use the slider or edit the start time, end time directly. =============================== Available in =============================== Chrome, Firefox, Edge
扩展基本信息
名称 | iLoop: Youtube Loop Repeat Replay Part Video |
ID | aoebnamkmongkoloahpgjpokefagljkb |
官方URL | https://chromewebstore.google.com/detail/iloop-youtube-loop-repeat/aoebnamkmongkoloahpgjpokefagljkb |
简介 | Make auto loop, repeat, replay part of video easier on Youtube! |
文件大小 | 433 KB |
安装次数 | 2,229 |
当前版本 | 1.1.0 |
更新时间 | 2022-08-03 |
上架时间 | 2019-12-25 |
评分 | 4.82/5 共11次评分 |
开发者 | https://super1ha1.github.io |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://super1ha1.github.io/ |
帮助页面URL | https://super1ha1.github.io/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "iLoop: Youtube Loop Repeat Replay Part Video", "version": "1.1.0", "description": "Make auto loop, repeat, replay part of video easier on Youtube!", "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "css": [], "js": [ "\/static\/js\/content.js" ] } ], "icons": { "48": "images\/icons8-replay-48.png", "128": "images\/icons8-replay-128.png" }, "manifest_version": 3, "background": [], "web_accessible_resources": [], "content_security_policy": { "script-src": "self", "object-src": "self" } } |