Twitching
Twitching - twitch.tv relay on edges for better experience
Cos'è Twitching?
Twitching è un'estensione di Chrome sviluppata da Sochiru, e la sua funzione principale è "Twitching - twitch.tv relay on edges for better experience".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Twitching
Scarica i file di estensione Twitching 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
Twitch.tv 사이트 내의 실시간 스트림 영상을 가까운 엣지 서버에서 가져올 수 있게 합니다. 엣지 서버를 사용할 경우 연결이 원할하지 않은 서버를 피해 조금 더 쾌적한 환경에서 방송을 시청할 수 있게 됩니다.
Informazioni di Base sull'Estensione
Nome | Twitching |
ID | lpanejlgnikpcmhmkbgeiigfahjdnccm |
URL Ufficiale | https://chrome.google.com/webstore/detail/twitching/lpanejlgnikpcmhmkbgeiigfahjdnccm |
Descrizione | Twitching - twitch.tv relay on edges for better experience |
Dimensione del File | 13.29 KB |
Conteggio Installazioni | 8,715 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2022-10-06 |
Data di Pubblicazione | 2022-10-03 |
Valutazione | 4.63/5 Totale 27 Valutazioni |
Sviluppatore | Sochiru |
[email protected] | |
Lingue Supportate | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitching", "version": "1.1", "manifest_version": 3, "description": "Twitching - twitch.tv relay on edges for better experience", "icons": { "16": "icons\/[email protected]", "32": "icons\/[email protected]", "64": "icons\/[email protected]", "128": "icons\/[email protected]", "256": "icons\/[email protected]" }, "background": { "service_worker": "src\/workers.js" }, "action": { "default_icon": { "128": "icons\/[email protected]" }, "default_popup": "src\/popup.html", "default_title": "Twitching" }, "host_permissions": [ "https:\/\/*.twitch.tv\/*", "https:\/\/usher.ttvnw.net\/*" ], "permissions": [ "declarativeNetRequest", "storage" ] } |