TTV P2P Disabler
트위치의 P2P 실험을 비활성화합니다.
What is TTV P2P Disabler?
TTV P2P Disabler is a Chrome extension developed by https://twitchgg.tv, and its main feature is "트위치의 P2P 실험을 비활성화합니다.".
Extension Screenshots
Download TTV P2P Disabler Extension CRX File
Download TTV P2P Disabler 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
한국에서의 1080p 재생을 위한 P2P 실험을 쿠키를 통해 비활성화합니다. P2P에 대해서는 https://help.twitch.tv/s/article/p2p-faq를 참고하세요. 본 확장프로그램은 트위치와 관련이 없으며, 트위치, 트위치 로고 등 상표와 이미지는 각각 해당 소유자의 자산입니다. 본 확장프로그램을 사용함으로 인해 발생하는 모든 책임은 사용자 본인에게 있습니다.
Extension Basic Information
Name | |
ID | mfehcpnbpeelohopacegmbklkdhlblmn |
Official URL | https://chromewebstore.google.com/detail/ttv-p2p-disabler/mfehcpnbpeelohopacegmbklkdhlblmn |
Description | 트위치의 P2P 실험을 비활성화합니다. |
File Size | 10.91 KB |
Installation Count | 979 |
Current Version | 1.0.1 |
Last Updated | 2022-12-11 |
Publish Date | 2022-07-29 |
Rating | 4.50/5 Total 10 Ratings |
Developer | https://twitchgg.tv |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://twgg.notion.site/Extensions-Privacy-Policy-b573bc687eb949d48a51099432f8348a |
Supported Languages | 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\/*" ] } ] } |