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文件

下載Video Accelerator - Video Accelerator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}