T1080
트위치 SEL(한국) 1080p API 지원
What is T1080?
T1080 is a Chrome extension developed by Roul_, and its main feature is "트위치 SEL(한국) 1080p API 지원".
Extension Screenshots
Download T1080 Extension CRX File
Download T1080 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
!! 현재 T1080은 문제 해결과정에 있습니다 !! 문제 수정이 끝날때까지 1080p의 시청이 제한됩니다. 불편을 드려 죄송합니다. 이 확장프로그램은 한국 클라우드망을 경유하여 트위치를 볼수 있도록 개발하였습니다. 영상 화질은 최대 1080p60까지 지원됩니다. 기존 트위치 확장프로그램들은 대부분 유럽에 서버가 있어, 영상 시청에 딜레이가 높은것을 문제로 생각하였습니다. 확장 프로그램을 설치한 뒤 아무 작업도 필요 없이 트위치에서 영상을 시청하시면 됩니다. Github: https://github.com/onTDB/T1080 Support & Issue: https://github.com/onTDB/T1080/issues Discord: https://discord.gg/s8bnKD8
Extension Basic Information
Name | T1080 |
ID | podkemblpllcdbnkphmpdlcaedcpnpid |
Official URL | https://chromewebstore.google.com/detail/t1080/podkemblpllcdbnkphmpdlcaedcpnpid |
Description | 트위치 SEL(한국) 1080p API 지원 |
File Size | 5.01 KB |
Installation Count | 1,175 |
Current Version | 1.1 |
Last Updated | 2023-01-17 |
Publish Date | 2022-10-07 |
Rating | 4.10/5 Total 10 Ratings |
Developer | Roul_ |
[email protected] | |
Payment Type | free |
Extension Website | https:// |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "T1080", "description": "\ud2b8\uc704\uce58 SEL(\ud55c\uad6d) 1080p API \uc9c0\uc6d0", "version": "1.1", "manifest_version": 3, "permissions": [ "declarativeNetRequest" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "host_permissions": [ "*:\/\/usher.ttvnw.net\/api\/channel\/hls\/*", "*:\/\/*.twitch.tv\/*" ], "declarative_net_request": { "rule_resources": [ { "id": "m3u8", "enabled": false, "path": "m3u8.json" } ] } } |