高级 X.com 搜索查询构建器和管理器。此 Chrome 扩展程序通过强大的搜索模板和自定义查询构建器,帮助您在 X.com 上发现高质量内容。
如果您不想从源码构建,可以直接使用我们提供的预构建版本:
- 下载项目: 点击本仓库右上角的
Code->Download ZIP并解压,或者克隆仓库。 - 在 Chrome 中加载:
- 打开 Chrome 浏览器,访问
chrome://extensions。 - 开启右上角的 开发者模式。
- 点击 加载已解压的扩展程序 (Load unpacked)。
- 选择本仓库中的
dist文件夹。
- 打开 Chrome 浏览器,访问
- 在 Firefox 中加载:
- 打开 Firefox,访问
about:debugging#/runtime/this-firefox。 - 点击 Load Temporary Add-on...。
- 选择本仓库中的
dist-firefox/manifest.json文件。
- 打开 Firefox,访问
- 完成: 此时扩展图标应出现在工具栏中,访问 x.com 即可使用!
- 🔍 搜索模板: 针对不同地区(中文、英文、日文等)和话题的预设搜索模式。
- 🛠️ 自定义查询构建器: 使用关键词、语言、时间范围和最小点赞数轻松构建复杂查询。
- 🏗️ 超级查询生成器: 可视化构建复杂的布尔逻辑查询 (AND/OR/NOT),支持拖拽调整。
- 📝 可编辑预览: 在跳转搜索前,可以直接编辑生成的查询语句。
- ⚡ 高级设置: 可选过滤媒体类型(图片/视频)和排除项(转推、回复、链接)。
- 🔖 收藏夹管理器: 保存您常用的搜索查询,点击即可快速触发。
- 🦊 Firefox 支持: 现已完全支持 Firefox 浏览器。
- 🔗 深度 X 集成: 直接跳转到 X.com 的实时搜索结果页面。
- 💻 优质设计: 采用简洁、原生的 Twitter/X 风格美学设计。
如果您想修改代码或自行构建:
- 环境准备: 确保已安装 Node.js 和
pnpm。 - 安装依赖:
pnpm install - 构建项目:
- Chrome:
pnpm build - Firefox:
pnpm build:firefox
- Chrome:
- 开发模式:
pnpm dev(支持热重载)
MIT
Advanced X.com search query builder and manager. This Chrome extension helps you find high-quality content on X.com using powerful search templates and a custom query builder.
If you don't want to build from source, you can use the pre-built version directly:
- Download the project: Click
Code->Download ZIPand extract it, or clone the repository. - Load in Chrome:
- Open Chrome and go to
chrome://extensions. - Enable Developer mode in the top right.
- Click Load unpacked.
- Select the
distfolder in this repository.
- Open Chrome and go to
- Load in Firefox:
- Open Firefox and go to
about:debugging#/runtime/this-firefox. - Click Load Temporary Add-on....
- Select the
dist-firefox/manifest.jsonfile.
- Open Firefox and go to
- Done: The extension is now active. Refresh x.com to start searching!
- 🔍 Search Templates: Predefined search patterns for different regions and topics.
- 🛠️ Custom Query Builder: Build complex queries using keywords, languages, and time ranges.
- 🏗️ Super Query Builder: Visually build complex boolean logic queries (AND/OR/NOT).
- 📝 Editable Preview: Edit the generated query directly before searching.
- ⚡ Advanced Filters: Toggle filters for media types and exclusions.
- 🔖 Favorites Manager: Save and trigger frequently used search queries.
- 🦊 Firefox Support: Fully compatible with Firefox browser.
- 🔗 Deep X Integration: Navigates directly to live search results on X.com.
- Prerequisites: Ensure you have Node.js and
pnpminstalled. - Install:
pnpm install - Build:
- Chrome:
pnpm build - Firefox:
pnpm build:firefox
- Chrome:
- Development:
pnpm dev
MIT

