xQc Hopper
Switch between xQc's Twitch/Kick streams and chats seamlessly.
什么是xQc Hopper?
xQc Hopper是由Fabian Schultz开发的Chrome扩展程序,该扩展的主要功能是“Switch between xQc's Twitch/Kick streams and chats seamlessly.”。
扩展截图
下载xQc Hopper扩展crx文件
下载xQc Hopper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Comes with a less resource-intensive video player and polls periodically for the live stream. Left toggle switches the stream, right toggle switches the chat.
Pro tip: Add a hash to the player URL followed by another streamer's username to use this extension for other steams as well, for example `/player.html#xqc`. 扩展基本信息
| 名称 | |
| ID | lmiipaafbbnhjaegkfkljfakhkehmgaj |
| 官方URL | https://chromewebstore.google.com/detail/xqc-hopper/lmiipaafbbnhjaegkfkljfakhkehmgaj |
| 简介 | Switch between xQc's Twitch/Kick streams and chats seamlessly. |
| 文件大小 | 102 KB |
| 安装次数 | 29 |
| 当前版本 | 0.2 |
| 更新时间 | 2023-06-18 |
| 上架时间 | 2023-06-18 |
| 开发者 | Fabian Schultz |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "xQc Hopper",
"version": "0.2",
"author": "u\/vonpapen",
"description": "Switch between xQc's Twitch\/Kick streams and chats seamlessly.",
"permissions": [
"cookies",
"declarativeNetRequest"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "rules.json"
}
]
},
"host_permissions": [
"*:\/\/*.kick.com\/*",
"*:\/\/*.twitch.tv\/*",
"*:\/\/*.ttvnw.net\/*",
"*:\/\/*.akamaized.net\/*",
"*:\/\/*.live-video.net\/*"
],
"icons": {
"48": "icon.png"
},
"action": {
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.js"
}
} | |