Twitch Quality
Keeps the twitch page always active to maintain quality
Twitch Qualityとは何ですか?
Twitch QualityはRemaderによって開発されたChromeの拡張機能で、その主な機能は「Keeps the twitch page always active to maintain quality」です。
拡張機能のスクリーンショット
Twitch Quality拡張機能のCRXファイルをダウンロード
Twitch Quality拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Keeps the twitch page always active to maintain quality 拡張機能の基本情報
| 名前 | |
| ID | polkpmnjhliihkedanbekcjpiimndjcc |
| 公式URL | https://chromewebstore.google.com/detail/twitch-quality/polkpmnjhliihkedanbekcjpiimndjcc |
| 説明 | Keeps the twitch page always active to maintain quality |
| ファイルサイズ | 35.39 KB |
| インストール数 | 68 |
| 現在のバージョン | 0.0.1 |
| 最終更新日 | 2023-07-18 |
| 公開日 | 2023-07-17 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | Remader |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"action": [],
"background": {
"service_worker": "worker.js"
},
"description": "Keeps the twitch page always active to maintain quality",
"host_permissions": [
"https:\/\/www.twitch.tv\/*"
],
"icons": {
"32": "\/data\/icons\/32.png",
"64": "\/data\/icons\/64.png",
"128": "\/data\/icons\/128.png",
"256": "\/data\/icons\/256.png",
"512": "\/data\/icons\/512.png"
},
"manifest_version": 3,
"name": "Twitch Quality",
"permissions": [
"storage",
"scripting"
],
"version": "0.0.1"
} | |