Tube Chip
Speed up streaming on your browser with multithreading and hardware optimization.
Tube Chip란 무엇입니까?
Tube Chip은(는) https://tubechip.art에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Speed up streaming on your browser with multithreading and hardware optimization."입니다.
확장 프로그램 스크린샷
Tube Chip 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The Chrome Extension named "Tube Chip" is designed to accelerate and improve the performance of video streaming on websites. When the user navigates to a website that contains videos, the extension detects the video format (M3U8, html, javascript, iframe player, streaming formats), and parallel processes the segmented streams using multithreading. Each segmented stream is assigned to a separate service worker, which allows the extension to preload, accelerate and fully buffer the stream. The extension also merges the Youtube Player API and hardware concurrency to detect the number of cores in the user's processor and allocate all resources to Youtube. This ensures that the video playback is smooth and does not lag. To use the extension, the user simply needs to click on the "Tube Chip" icon and download and it will be applied automatically when viewing stream. To uninstall go into chrome://extensions and press Remove.
확장 프로그램 기본 정보
이름 | Tube Chip |
ID | cddmhclamefjfhbleaollngmkhjnfmnl |
공식 URL | https://chromewebstore.google.com/detail/tube-chip/cddmhclamefjfhbleaollngmkhjnfmnl |
설명 | Speed up streaming on your browser with multithreading and hardware optimization. |
파일 크기 | 27.07 KB |
설치 횟수 | 42 |
현재 버전 | 2.2.1 |
최근 업데이트 | 2023-06-26 |
출시 날짜 | 2023-03-31 |
개발자 | https://tubechip.art |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tube Chip", "description": "Speed up streaming on your browser with multithreading and hardware optimization.", "version": "2.2.1", "manifest_version": 3, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "service_worker": "worker.js" }, "content_scripts": [ { "matches": [ " |