xQc Hopper
Switch between xQc's Twitch/Kick streams and chats seamlessly.
xQc Hopper là gì?
xQc Hopper là một tiện ích mở rộng Chrome được phát triển bởi Fabian Schultz, và tính năng chính của nó là "Switch between xQc's Twitch/Kick streams and chats seamlessly.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng xQc Hopper
Tải xuống các tệp mở rộng xQc Hopper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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`.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | xQc Hopper |
ID | lmiipaafbbnhjaegkfkljfakhkehmgaj |
URL Chính Thức | https://chromewebstore.google.com/detail/xqc-hopper/lmiipaafbbnhjaegkfkljfakhkehmgaj |
Mô tả | Switch between xQc's Twitch/Kick streams and chats seamlessly. |
Kích Thước Tệp | 102 KB |
Số Lần Cài Đặt | 29 |
Phiên Bản Hiện Tại | 0.2 |
Cập Nhật Lần Cuối | 2023-06-18 |
Ngày Phát Hành | 2023-06-18 |
Nhà Phát Triển | Fabian Schultz |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |