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 |
官方網址 | 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" } } |