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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make auto loop, repeat, replay part of video easier on Youtube!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में iLoop: Youtube Loop Repeat Replay Part Video एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
=============================== 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" } } |