xQc Hopper
Switch between xQc's Twitch/Kick streams and chats seamlessly.
xQc Hopper क्या है?
xQc Hopper Fabian Schultz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Switch between xQc's Twitch/Kick streams and chats seamlessly."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में xQc Hopper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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`.
एक्सटेंशन की मूल जानकारी
नाम | xQc Hopper |
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" } } |