Youtube repeat, speed up HTML5 video
Repeat, speed up, slow down Youtube and any HTML5 video. Create a loop with accuracy to milliseconds. Create mixed playlists.
Youtube repeat, speed up HTML5 video क्या है?
Youtube repeat, speed up HTML5 video https://pbion.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Repeat, speed up, slow down Youtube and any HTML5 video. Create a loop with accuracy to milliseconds. Create mixed playlists."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Youtube repeat, speed up HTML5 video एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
☀ Create a loop with accuracy to milliseconds. ☀ Speed up, slow down HTML5 video with custom variable speed by user. ☀ Rewind, fast forward HTML5 video with custom variable duration by user. ☀ Add local files to the playlist. ☀ Add any online video from any website to the playlist. ☀ Work while offline. ☀ Multi language. ☀ Suggest queries + Generate random keywords. HOW TO USE: 1. Play a video on Youtube, Instagram, etc. 2. At the current tab, open this extension. 3. Drag the sliders to set up a loop. 4. Click "Apply" button below the slider to play the loop.
एक्सटेंशन की मूल जानकारी
नाम | Youtube repeat, speed up HTML5 video |
ID | jddckpfgmljninkckblfgdgkbondijge |
आधिकारिक URL | https://chromewebstore.google.com/detail/youtube-repeat-speed-up-h/jddckpfgmljninkckblfgdgkbondijge |
विवरण | Repeat, speed up, slow down Youtube and any HTML5 video. Create a loop with accuracy to milliseconds. Create mixed playlists. |
फ़ाइल का आकार | 549 KB |
स्थापना संख्या | 3,552 |
वर्तमान संस्करण | 1.0.3 |
अंतिम अपडेट | 2020-04-27 |
प्रकाशन तिथि | 2020-04-24 |
रेटिंग | 4.36/5 कुल 11 रेटिंग्स |
डेवलपर | https://pbion.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://fbion.com/en/youtube-repeat-speed-up-video.html |
सहायता पृष्ठ URL | https://fbion.com/contact-us.html |
गोपनीयता नीति पृष्ठ URL | https://pbion.com/privacy-policy.html |
समर्थित भाषाएँ | id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "short_name": "Youtube repeat Controller", "version": "1.0.3", "description": "__MSG_extDescription__", "default_locale": "en", "icons": { "128": "img\/logo128.png", "64": "img\/logo64.png", "48": "img\/logo48.png", "16": "img\/logo16.png" }, "background": { "scripts": [ "jquery.js", "analytics.js", "background.js" ] }, "content_scripts": [ { "all_frames": true, "matches": [ "file:\/\/\/*" ], "match_about_blank": true, "css": [ "local.css" ], "js": [ "local.js" ] }, { "all_frames": true, "matches": [ "file:\/\/\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "match_about_blank": true, "js": [ "update.js" ] } ], "browser_action": { "default_icon": { "128": "img\/logo128.png", "64": "img\/logo64.png", "48": "img\/logo48.png", "16": "img\/logo16.png" }, "default_title": "Video Controller", "default_popup": "popup.html" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*" ], "web_accessible_resources": [ "img\/*.svg", "run\/*.js", "run\/*.css" ] } |