xQc Hopper
Switch between xQc's Twitch/Kick streams and chats seamlessly.
ما هو xQc Hopper؟
xQc Hopper هو إضافة Chrome تم تطويرها بواسطة Fabian Schultz، والميزة الرئيسية لها هي "Switch between xQc's Twitch/Kick streams and chats seamlessly.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة xQc Hopper
قم بتنزيل ملفات الامتداد xQc Hopper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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"
}
} | |