TTV P2P Disabler
트위치의 P2P 실험을 비활성화합니다.
Cos'è TTV P2P Disabler?
TTV P2P Disabler è un'estensione di Chrome sviluppata da https://twitchgg.tv, e la sua funzione principale è "트위치의 P2P 실험을 비활성화합니다.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TTV P2P Disabler
Scarica i file di estensione TTV P2P Disabler in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
한국에서의 1080p 재생을 위한 P2P 실험을 쿠키를 통해 비활성화합니다. P2P에 대해서는 https://help.twitch.tv/s/article/p2p-faq를 참고하세요. 본 확장프로그램은 트위치와 관련이 없으며, 트위치, 트위치 로고 등 상표와 이미지는 각각 해당 소유자의 자산입니다. 본 확장프로그램을 사용함으로 인해 발생하는 모든 책임은 사용자 본인에게 있습니다.
Informazioni di Base sull'Estensione
Nome | |
ID | mfehcpnbpeelohopacegmbklkdhlblmn |
URL Ufficiale | https://chromewebstore.google.com/detail/ttv-p2p-disabler/mfehcpnbpeelohopacegmbklkdhlblmn |
Descrizione | 트위치의 P2P 실험을 비활성화합니다. |
Dimensione del File | 10.91 KB |
Conteggio Installazioni | 979 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2022-12-11 |
Data di Pubblicazione | 2022-07-29 |
Valutazione | 4.50/5 Totale 10 Valutazioni |
Sviluppatore | https://twitchgg.tv |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://twgg.notion.site/Extensions-Privacy-Policy-b573bc687eb949d48a51099432f8348a |
Lingue Supportate | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TTV P2P Disabler", "description": "\ud2b8\uc704\uce58\uc758 P2P \uc2e4\ud5d8\uc744 \ube44\ud65c\uc131\ud654\ud569\ub2c8\ub2e4.", "version": "1.0.1", "manifest_version": 3, "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "exclude_globs": [ "*:\/\/api.twitch.tv\/*" ], "js": [ "script.js" ], "matches": [ "*:\/\/*.twitch.tv\/*" ] } ] } |