T1080
트위치 SEL(한국) 1080p API 지원
Wat is T1080?
T1080 is een Chrome-extensie ontwikkeld door Roul_, en de belangrijkste functie is "트위치 SEL(한국) 1080p API 지원".
Extensie Screenshots
Download het CRX-bestand van de extensie T1080
Download T1080-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
!! 현재 T1080은 문제 해결과정에 있습니다 !! 문제 수정이 끝날때까지 1080p의 시청이 제한됩니다. 불편을 드려 죄송합니다. 이 확장프로그램은 한국 클라우드망을 경유하여 트위치를 볼수 있도록 개발하였습니다. 영상 화질은 최대 1080p60까지 지원됩니다. 기존 트위치 확장프로그램들은 대부분 유럽에 서버가 있어, 영상 시청에 딜레이가 높은것을 문제로 생각하였습니다. 확장 프로그램을 설치한 뒤 아무 작업도 필요 없이 트위치에서 영상을 시청하시면 됩니다. Github: https://github.com/onTDB/T1080 Support & Issue: https://github.com/onTDB/T1080/issues Discord: https://discord.gg/s8bnKD8
Basisinformatie over de Extensie
Naam | T1080 |
ID | podkemblpllcdbnkphmpdlcaedcpnpid |
Officiële URL | https://chromewebstore.google.com/detail/t1080/podkemblpllcdbnkphmpdlcaedcpnpid |
Beschrijving | 트위치 SEL(한국) 1080p API 지원 |
Bestandsgrootte | 5.01 KB |
Aantal Installaties | 1,175 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2023-01-17 |
Publicatiedatum | 2022-10-07 |
Beoordeling | 4.10/5 Totaal 10 Beoordelingen |
Ontwikkelaar | Roul_ |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https:// |
Ondersteunde Talen | 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" } ] } } |