TTV Sharpen
트위치의 영상에 선명하게 필터를 적용합니다.
Cos'è TTV Sharpen?
TTV Sharpen è un'estensione di Chrome sviluppata da https://chz.app, e la sua funzione principale è "트위치의 영상에 선명하게 필터를 적용합니다.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TTV Sharpen
Scarica i file di estensione TTV Sharpen 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
트위치의 영상에 선명하게(sharpen) 필터를 적용합니다. 확장 프로그램 아이콘을 눌러 표시되는 팝업에서 선명도를 조정할 수 있습니다.
화질을 개선하는 것이 아닌 단순히 선명 효과를 적용하는 것이며 노이즈가 발생할 수 있습니다.
= FAQ
Q. 방송이 끊기거나 랙, 버퍼링, 화면 깜박임, 떨림 등이 발생합니다.
1. 설정 > 시스템에서 "가능한 경우 하드웨어 가속 사용" 설정을 변경해 보시기 바랍니다.
2. 브라우저와 그래픽 드라이버를 최신 버전으로 업데이트해 보시기 바랍니다.
====
본 확장 프로그램은 트위치와 관련이 없으며, 상표와 이미지는 각각 해당 소유자의 자산입니다. 본 확장 프로그램을 사용하여 발생하는 결과에 대한 모든 책임은 사용자에게 있습니다. Informazioni di Base sull'Estensione
| Nome | |
| ID | pakdoajcmmcpgcmdfenfcpbeegopmboe |
| URL Ufficiale | https://chromewebstore.google.com/detail/ttv-sharpen/pakdoajcmmcpgcmdfenfcpbeegopmboe |
| Descrizione | 트위치의 영상에 선명하게 필터를 적용합니다. |
| Dimensione del File | 11.04 KB |
| Conteggio Installazioni | 1,735 |
| Versione Corrente | 1.1.2 |
| Ultimo Aggiornamento | 2024-01-16 |
| Data di Pubblicazione | 2023-09-26 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | https://chz.app |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/jebibot/ttv-sharpen |
| URL della Pagina della Politica sulla Privacy | https://www.chz.app/privacy |
| Lingue Supportate | ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "TTV Sharpen",
"description": "\ud2b8\uc704\uce58\uc758 \uc601\uc0c1\uc5d0 \uc120\uba85\ud558\uac8c \ud544\ud130\ub97c \uc801\uc6a9\ud569\ub2c8\ub2e4.",
"version": "1.1.2",
"manifest_version": 3,
"permissions": [
"storage"
],
"icons": {
"16": "icon-16.png",
"32": "icon-32.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"action": {
"default_popup": "popup.html"
},
"content_scripts": [
{
"exclude_globs": [
"*:\/\/api.twitch.tv\/*"
],
"js": [
"script.js"
],
"css": [
"style.css"
],
"matches": [
"*:\/\/*.twitch.tv\/*"
],
"all_frames": true
}
]
} | |