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": "Twitch Live", "version": "5.0.22", "description": "Twitch Live is an extension that brings your followed Twitch streamers into a clean, modern, Twitch-styled interface.", "icons": { "48": "css\/icon.png", "128": "css\/icon.png" }, "permissions": [ "storage", "identity", "contextMenus", "alarms", "notifications" ], "action": { "default_popup": "src\/popup\/popup.html" }, "background": { "service_worker": "src\/background\/background.js", "type": "module" }, "oauth2": { "client_id": "z05n4woixewpyagrqrui76x28avd2g", "scopes": [ "user:read:follows" ] } }