Video Accelerator - Video Accelerator
Video Accelerator - video accelerator, using webrtc to accelerate video playback
Video Accelerator - Video Accelerator là gì?
Video Accelerator - Video Accelerator là một tiện ích mở rộng Chrome được phát triển bởi ivideos, và tính năng chính của nó là "Video Accelerator - video accelerator, using webrtc to accelerate video playback".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Video Accelerator - Video Accelerator
Tải xuống các tệp mở rộng Video Accelerator - Video Accelerator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Video Accelerator - Video Accelerator |
ID | gihpeahidbkanpjajihofclgjoppiika |
URL Chính Thức | https://chromewebstore.google.com/detail/video-accelerator-video-a/gihpeahidbkanpjajihofclgjoppiika |
Mô tả | Video Accelerator - video accelerator, using webrtc to accelerate video playback |
Kích Thước Tệp | 1.42 MB |
Số Lần Cài Đặt | 929 |
Phiên Bản Hiện Tại | 2.3.4 |
Cập Nhật Lần Cuối | 2024-01-09 |
Ngày Phát Hành | 2022-08-22 |
Đánh Giá | 4.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | ivideos |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://v.ivideos.one/en/en_privacy |
URL Trang Chính Sách Bảo Mật | https://world-doc.github.io/doc/privacy-policy.html |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |