A Chrome extension dashboard for Clash API management.
- Open Chrome and navigate to
chrome://extensions/ - Enable "Developer mode" (toggle in the top right)
- Click "Load unpacked"
- Select this directory
- The extension icon will appear in your Chrome toolbar
- Host: 127.0.0.1
- Port: 9097
- Secret: xc
- Protocol: http
- Click the extension icon in your Chrome toolbar
- The dashboard will open in a sidebar panel on the right side of your browser
- The extension automatically connects to
http://127.0.0.1:9097with secretxc - The sidebar will remain open while you browse, allowing you to monitor your Clash dashboard
The configuration is stored in Chrome's sync storage. You can modify it programmatically or through the extension's settings (if implemented in the UI).
The extension has permission to access:
http://127.0.0.1:9097/*http://localhost:9097/*
Make sure your Clash API is running on the default port before using the extension.