Auto Replay for YouTube™
Enables automatic replay of a YouTube™ video or a part of it...
Auto Replay for YouTube™ क्या है?
Auto Replay for YouTube™ http://www.ezlooper.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enables automatic replay of a YouTube™ video or a part of it..."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Auto Replay for YouTube™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Adds a Replay button to YouTube™, allowing you to loop the video clip. Replay and share your loops using the built-in EZ Looper integration (http://www.ezlooper.com) Excellent for musicians: Loop to practice on a specific part of a song... Notes * I've integrated between the addon and EZ Looper (http://www.ezlooper.com). Your thoughts and comments are welcome!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | mcdpnidfhfjfbafmpppcplcejgepadbo |
आधिकारिक URL | https://chrome.google.com/webstore/detail/auto-replay-for-youtube/mcdpnidfhfjfbafmpppcplcejgepadbo |
विवरण | Enables automatic replay of a YouTube™ video or a part of it... |
फ़ाइल का आकार | 60.07 KB |
स्थापना संख्या | 20,000 |
वर्तमान संस्करण | 3.4 |
अंतिम अपडेट | 2018-01-31 |
प्रकाशन तिथि | 2018-01-31 |
रेटिंग | 3.94/5 कुल 431 रेटिंग्स |
डेवलपर | http://www.ezlooper.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Replay for YouTube\u2122", "manifest_version": 2, "version": "3.4", "content_scripts": [ { "matches": [ "http:\/\/*.youtube.com\/*", "https:\/\/*.youtube.com\/*" ], "js": [ "jquery-3.3.1.min.js", "youtubeautoreplay_script.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "bg.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage" ], "description": "Enables automatic replay of a YouTube\u2122 video or a part of it..." } |