Twitch Server Locator
Show Twitch Streamming Server Location
Twitch Server Locatorとは何ですか?
Twitch Server Locatorは트발자によって開発されたChromeの拡張機能で、その主な機能は「Show Twitch Streamming Server Location」です。
拡張機能のスクリーンショット
Twitch Server Locator拡張機能のCRXファイルをダウンロード
Twitch Server Locator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
트위치 스트리밍 서버의 정보를 보여줍니다. 拡張機能の基本情報
| 名前 | |
| ID | dkhkjecdiplijgdfoabepfelmjdnamlg |
| 公式URL | https://chrome.google.com/webstore/detail/twitch-server-locator/dkhkjecdiplijgdfoabepfelmjdnamlg |
| 説明 | Show Twitch Streamming Server Location |
| ファイルサイズ | 9.97 KB |
| インストール数 | 31,745 |
| 現在のバージョン | 0.1.0 |
| 最終更新日 | 2016-11-08 |
| 公開日 | 2016-11-08 |
| 評価 | 3.23/5 合計 142 レビュー |
| 開発者 | 트발자 |
| 支払い方法 | free |
| 対応言語 | 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"
]
} | |