Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "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" } }