iLoop: Youtube Loop Repeat Replay Part Video
Make auto loop, repeat, replay part of video easier on Youtube!
What is iLoop: Youtube Loop Repeat Replay Part Video?
iLoop: Youtube Loop Repeat Replay Part Video is a Chrome extension developed by https://super1ha1.github.io, and its main feature is "Make auto loop, repeat, replay part of video easier on Youtube!".
Extension Screenshots
Download iLoop: Youtube Loop Repeat Replay Part Video Extension CRX File
Download iLoop: Youtube Loop Repeat Replay Part Video 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
=============================== 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
Extension Basic Information
Name | iLoop: Youtube Loop Repeat Replay Part Video |
ID | aoebnamkmongkoloahpgjpokefagljkb |
Official URL | https://chromewebstore.google.com/detail/iloop-youtube-loop-repeat/aoebnamkmongkoloahpgjpokefagljkb |
Description | Make auto loop, repeat, replay part of video easier on Youtube! |
File Size | 433 KB |
Installation Count | 2,229 |
Current Version | 1.1.0 |
Last Updated | 2022-08-03 |
Publish Date | 2019-12-25 |
Rating | 4.82/5 Total 11 Ratings |
Developer | https://super1ha1.github.io |
[email protected] | |
Payment Type | free |
Extension Website | https://super1ha1.github.io/ |
Help Page URL | https://super1ha1.github.io/ |
Supported Languages | 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" } } |