Video Accelerator - Video Accelerator

Video Accelerator - video accelerator, using webrtc to accelerate video playback

Video Accelerator - Video Accelerator란 무엇입니까?

Video Accelerator - Video Accelerator은(는) ivideos에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Video Accelerator - video accelerator, using webrtc to accelerate video playback"입니다.

확장 프로그램 스크린샷

screenshot

Video Accelerator - Video Accelerator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
    }
}