iLoop: Youtube Loop Repeat Replay Part Video
Make auto loop, repeat, replay part of video easier on Youtube!
Qu'est-ce que iLoop: Youtube Loop Repeat Replay Part Video ?
iLoop: Youtube Loop Repeat Replay Part Video est une extension Chrome développée par https://super1ha1.github.io, et sa fonction principale est "Make auto loop, repeat, replay part of video easier on Youtube!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension iLoop: Youtube Loop Repeat Replay Part Video
Téléchargez les fichiers d'extension iLoop: Youtube Loop Repeat Replay Part Video au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
=============================== 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
Informations de Base sur l'Extension
Nom | iLoop: Youtube Loop Repeat Replay Part Video |
ID | aoebnamkmongkoloahpgjpokefagljkb |
URL Officiel | https://chromewebstore.google.com/detail/iloop-youtube-loop-repeat/aoebnamkmongkoloahpgjpokefagljkb |
Description | Make auto loop, repeat, replay part of video easier on Youtube! |
Taille du Fichier | 433 KB |
Nombre d'Installations | 2,229 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2022-08-03 |
Date de Publication | 2019-12-25 |
Évaluation | 4.82/5 Total 11 Évaluations |
Développeur | https://super1ha1.github.io |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://super1ha1.github.io/ |
URL de la Page d'Aide | https://super1ha1.github.io/ |
Langues Prises en Charge | 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" } } |