git:20260406.5e19ec7 to git:20260730.13a8f56

16 added, 16 removed. Audit A to A.

---
name: Browser Automation
- description: Quản lý browser profiles anti-detect, mở/đóng trình duyệt, tự động hóa web
+ description: Manage anti-detect browser profiles, open/close browsers, automate the web
---
# Browser Automation Extension
- Quản lý trình duyệt anti-detect với fingerprint spoofing, hỗ trợ proxy và cookies.
+ Manage anti-detect browsers with fingerprint spoofing, with proxy and cookie support.
## Keyword Triggers (Tier 1 — 0 token)
- Các lệnh sau được xử lý trực tiếp, KHÔNG cần gọi AI:
+ The following commands are handled directly, WITHOUT calling the AI:
- | Lệnh | Ví dụ |
+ | Command | Example |
|-------|-------|
| List profiles | "list browser", "danh sách browser", "danh sách profile" |
- | Mở browser | "mở browser testlive", "open browser testlive", "launch profile chan" |
- | Tạo profile | "tạo browser profile myname", "create profile abc" |
- | Đóng browser | "đóng browser testlive", "stop browser testlive", "tắt browser" |
- | Xóa profile | "xóa browser profile old1", "delete profile abc" |
+ | Open browser | "mở browser testlive", "open browser testlive", "launch profile chan" |
+ | Create profile | "tạo browser profile myname", "create profile abc" |
+ | Close browser | "đóng browser testlive", "stop browser testlive", "tắt browser" |
+ | Delete profile | "xóa browser profile old1", "delete profile abc" |
## API Endpoints
- | Method | Endpoint | Mô tả |
+ | Method | Endpoint | Description |
|--------|----------|-------|
- | GET | `/api/v1/browser/profiles` | List tất cả profiles |
- | POST | `/api/v1/browser/profiles` | Tạo profile: `{"name": "xxx"}` |
- | POST | `/api/v1/browser/launch` | Mở browser: `{"profile": "xxx"}` |
- | POST | `/api/v1/browser/stop` | Đóng browser: `{"profile": "xxx"}` |
- | DELETE | `/api/v1/browser/profiles/{name}` | Xóa profile |
- | GET | `/api/v1/browser/status` | Trạng thái instances đang chạy |
+ | GET | `/api/v1/browser/profiles` | List all profiles |
+ | POST | `/api/v1/browser/profiles` | Create profile: `{"name": "xxx"}` |
+ | POST | `/api/v1/browser/launch` | Open browser: `{"profile": "xxx"}` |
+ | POST | `/api/v1/browser/stop` | Close browser: `{"profile": "xxx"}` |
+ | DELETE | `/api/v1/browser/profiles/{name}` | Delete profile |
+ | GET | `/api/v1/browser/status` | Status of running instances |
## Browser Actions (Node.js)
- 15 action modules có sẵn: browse, click, comment, extract_content, login, navigate, read_gmail, save_image, search, search_extract, type, visual_scan, watch, captcha_helper, mouse_helper.
+ 15 action modules available: browse, click, comment, extract_content, login, navigate, read_gmail, save_image, search, search_extract, type, visual_scan, watch, captcha_helper, mouse_helper.