Twitching
Twitching - twitch.tv relay on edges for better experience
Twitchingとは何ですか?
TwitchingはSochiruによって開発されたChromeの拡張機能で、その主な機能は「Twitching - twitch.tv relay on edges for better experience」です。
拡張機能のスクリーンショット
Twitching拡張機能のCRXファイルをダウンロード
Twitching拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Twitch.tv 사이트 내의 실시간 스트림 영상을 가까운 엣지 서버에서 가져올 수 있게 합니다. 엣지 서버를 사용할 경우 연결이 원할하지 않은 서버를 피해 조금 더 쾌적한 환경에서 방송을 시청할 수 있게 됩니다. 拡張機能の基本情報
| 名前 | |
| ID | lpanejlgnikpcmhmkbgeiigfahjdnccm |
| 公式URL | https://chrome.google.com/webstore/detail/twitching/lpanejlgnikpcmhmkbgeiigfahjdnccm |
| 説明 | Twitching - twitch.tv relay on edges for better experience |
| ファイルサイズ | 13.29 KB |
| インストール数 | 8,715 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2022-10-06 |
| 公開日 | 2022-10-03 |
| 評価 | 4.63/5 合計 27 レビュー |
| 開発者 | Sochiru |
| Eメール | [email protected] |
| 対応言語 | 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"
]
} | |