Skip to content

XppaiCyberr/zashboard-ext

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

916 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zashboard Chrome Extension

A Chrome extension dashboard for Clash API management.

Screenshot

Screenshot 2025-11-19 224658 Screenshot 2025-11-19 224736

Installation

  1. Open Chrome and navigate to chrome://extensions/
  2. Enable "Developer mode" (toggle in the top right)
  3. Click "Load unpacked"
  4. Select this directory
  5. The extension icon will appear in your Chrome toolbar

Default Configuration

  • Host: 127.0.0.1
  • Port: 9097
  • Secret: xc
  • Protocol: http

Usage

  1. Click the extension icon in your Chrome toolbar
  2. The dashboard will open in a sidebar panel on the right side of your browser
  3. The extension automatically connects to http://127.0.0.1:9097 with secret xc
  4. The sidebar will remain open while you browse, allowing you to monitor your Clash dashboard

Configuration

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).

API Access

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.

About

A Chrome extension Dashboard Using Clash API

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 80.9%
  • CSS 14.6%
  • HTML 4.5%