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 |
| 电子邮箱 | [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"
} | |