Twitch Server Locator
Show Twitch Streamming Server Location
Cos'è Twitch Server Locator?
Twitch Server Locator è un'estensione di Chrome sviluppata da 트발자, e la sua funzione principale è "Show Twitch Streamming Server Location".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Twitch Server Locator
Scarica i file di estensione Twitch Server Locator 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
트위치 스트리밍 서버의 정보를 보여줍니다. Informazioni di Base sull'Estensione
| Nome | |
| ID | dkhkjecdiplijgdfoabepfelmjdnamlg |
| URL Ufficiale | https://chrome.google.com/webstore/detail/twitch-server-locator/dkhkjecdiplijgdfoabepfelmjdnamlg |
| Descrizione | Show Twitch Streamming Server Location |
| Dimensione del File | 9.97 KB |
| Conteggio Installazioni | 31,745 |
| Versione Corrente | 0.1.0 |
| Ultimo Aggiornamento | 2016-11-08 |
| Data di Pubblicazione | 2016-11-08 |
| Valutazione | 3.23/5 Totale 142 Valutazioni |
| Sviluppatore | 트발자 |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Twitch Server Locator",
"description": "Show Twitch Streamming Server Location",
"icons": {
"128": "1478630559_twitch.png"
},
"version": "0.1.0",
"browser_action": {
"default_popup": "location.html"
},
"permissions": [
"https:\/\/*.hls.ttvnw.net\/*",
"webRequest"
]
} | |