Video Accelerator - Video Accelerator
Video Accelerator - video accelerator, using webrtc to accelerate video playback
Video Accelerator - Video Accelerator क्या है?
Video Accelerator - Video Accelerator ivideos द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Video Accelerator - video accelerator, using webrtc to accelerate video playback"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Video Accelerator - Video Accelerator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
ivideos - video accelerator, use webrtc to accelerate video playback, improve user experience, the more people use it, the better the acceleration effect, ivideos is a video playback accelerator, after successful installation, it will have the following functions: 1. Automatically enable video acceleration function for most http and https video sites (m3u8 format video) Acceleration principle: Utilize webrtc technology and adopt a p2p-like protocol to accelerate the video in m3u8 format. The more people use it, the better the acceleration effect
एक्सटेंशन की मूल जानकारी
नाम | Video Accelerator - Video Accelerator |
ID | gihpeahidbkanpjajihofclgjoppiika |
आधिकारिक URL | https://chromewebstore.google.com/detail/video-accelerator-video-a/gihpeahidbkanpjajihofclgjoppiika |
विवरण | Video Accelerator - video accelerator, using webrtc to accelerate video playback |
फ़ाइल का आकार | 1.42 MB |
स्थापना संख्या | 929 |
वर्तमान संस्करण | 2.3.4 |
अंतिम अपडेट | 2024-01-09 |
प्रकाशन तिथि | 2022-08-22 |
रेटिंग | 4.00/5 कुल 2 रेटिंग्स |
डेवलपर | ivideos |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://v.ivideos.one/en/en_privacy |
गोपनीयता नीति पृष्ठ URL | https://world-doc.github.io/doc/privacy-policy.html |
समर्थित भाषाएँ | de,en,fr,es,ru,fa,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "default_locale": "en", "description": "__MSG_appDesc__", "version": "2.3.4", "author": "Video Accelerator", "action": { "default_icon": "images\/icon.png", "default_title": "__MSG_appName__", "default_popup": "popup.html" }, "icons": { "16": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" }, "background": { "service_worker": "\/js\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "js\/content-script.js" ], "run_at": "document_start", "all_frames": true } ], "optional_permissions": [], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "permissions": [ "tabs", "storage", "webRequest" ], "web_accessible_resources": [ { "resources": [ "js\/inject.js", "js\/content-script.js", "js\/*.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ], "homepage_url": "https:\/\/www.ivideos.one", "options_page": "options.html", "options_ui": { "page": "options.html" }, "omnibox": { "keyword": "ivideos" } } |