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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |