xQc Hopper
Switch between xQc's Twitch/Kick streams and chats seamlessly.
Vad är xQc Hopper?
xQc Hopper är en Chrome-tillägg utvecklad av Fabian Schultz, och dess huvudfunktion är "Switch between xQc's Twitch/Kick streams and chats seamlessly.".
Tilläggsskärmbilder
Ladda ner xQc Hopper-förlängningens CRX-fil
Ladda ner xQc Hopper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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`. Grundläggande Information om Tillägg
| Namn | |
| ID | lmiipaafbbnhjaegkfkljfakhkehmgaj |
| Officiell webbadress | https://chromewebstore.google.com/detail/xqc-hopper/lmiipaafbbnhjaegkfkljfakhkehmgaj |
| Beskrivning | Switch between xQc's Twitch/Kick streams and chats seamlessly. |
| Filstorlek | 102 KB |
| Antal Installationer | 29 |
| Aktuell Version | 0.2 |
| Senast Uppdaterad | 2023-06-18 |
| Publiceringsdatum | 2023-06-18 |
| Utvecklare | Fabian Schultz |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |