K-Twitch-Bypass
Extension to bypass Twitch quality restrictions
Cos'è K-Twitch-Bypass?
K-Twitch-Bypass è un'estensione di Chrome sviluppata da Kwabang, e la sua funzione principale è "Extension to bypass Twitch quality restrictions".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione K-Twitch-Bypass
Scarica i file di estensione K-Twitch-Bypass 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
접속 CDN을 변경하여 한국에서 트위치 1080p 화질 시청을 가능하게 합니다.
새로운 우회 로직이 적용되었습니다. ( 2023.02.02 01:30 ) Informazioni di Base sull'Estensione
| Nome | |
| ID | hohebaajomacpbgjdfjkinekpbfelege |
| URL Ufficiale | https://chromewebstore.google.com/detail/k-twitch-bypass/hohebaajomacpbgjdfjkinekpbfelege |
| Descrizione | Extension to bypass Twitch quality restrictions |
| Dimensione del File | 69.04 KB |
| Conteggio Installazioni | 23,755 |
| Versione Corrente | 2.9 |
| Ultimo Aggiornamento | 2023-02-03 |
| Data di Pubblicazione | 2022-10-06 |
| Valutazione | 4.79/5 Totale 164 Valutazioni |
| Sviluppatore | Kwabang |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://kwabang.net |
| Lingue Supportate | ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"icons": {
"16": "icon16.plasmo.00ac8b83.png",
"32": "icon32.plasmo.9ad0c5b6.png",
"48": "icon48.plasmo.cae3a6b3.png",
"64": "icon64.plasmo.e4b604fc.png",
"128": "icon128.plasmo.b89b7dfa.png"
},
"manifest_version": 3,
"action": {
"default_icon": {
"16": "icon16.plasmo.00ac8b83.png",
"32": "icon32.plasmo.9ad0c5b6.png",
"48": "icon48.plasmo.cae3a6b3.png",
"64": "icon64.plasmo.e4b604fc.png",
"128": "icon128.plasmo.b89b7dfa.png"
},
"default_popup": "popup.html"
},
"version": "2.9",
"name": "K-Twitch-Bypass",
"description": "Extension to bypass Twitch quality restrictions",
"permissions": [
"storage",
"tabs",
"cookies",
"declarativeNetRequest"
],
"background": {
"service_worker": "background.5fadff2f.js"
},
"host_permissions": [
"https:\/\/*.twitch.tv\/*",
"https:\/\/*.ttvnw.net\/*"
]
} | |