Video Accelerator - Video Accelerator

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

Video Accelerator - Video Acceleratorคืออะไร?

Video Accelerator - Video Accelerator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ivideos และคุณลักษณะหลักของมันคือ "Video Accelerator - video accelerator, using webrtc to accelerate video playback"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Video Accelerator - Video Accelerator

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    }
}