Web3 Native Browser Extension for Degens
Turn boring fiat prices into Crypto/Meme coins & Analyze projects with AI Agent.
戴上韭菜眼镜,万物皆可币本位。
Automatically scans shopping websites (Amazon, Taobao, eBay, etc.) and converts fiat prices (USD, CNY, etc.) into your favorite crypto assets.
- Supported Assets: SOL, BTC, ETH, BNB.
- Real-time Prices: Fetches live data via CoinGecko API.
- Visual Modes: Supports both "Ghost Mode" (floating tag) and "Flow Mode" (inline text) to adapt to different site layouts.
(Replace with your screenshot showing price tags)
A powerful AI agent powered by Surf.ai that provides instant, structured analysis for any crypto project.
- One-Click Analysis: Click the "Leek Pet" on your screen.
- Deep Insights: Generates "Mini-Reports" covering Core Utility, Backers/Signals, and Risk Verdict.
- Smooth UI: Features a resizable, cyberpunk-styled chat interface.
(Replace with your screenshot: image_57058e.jpg)
- A pixel-art companion that lives on your browser.
- Click to interact: In "Casual Mode" it runs away; in "Pro Mode" it summons the AI Agent.
Since this extension is in Developer Preview, you need to load it manually. It's safe and easy!
- Click the green Code button above and select Download ZIP.
- Unzip the file to a folder on your computer (e.g.,
Leek-Vision-Main).
- Open Chrome and navigate to
chrome://extensions/. - Toggle Developer mode (开发者模式) in the top right corner.
- Click Load unpacked (加载已解压的扩展程序).
- Select the folder you just unzipped.
- Done! The 🧢 icon should appear in your toolbar.
- Open Edge and navigate to
edge://extensions/. - Toggle Developer mode in the left sidebar (or bottom left).
- Click Load unpacked.
- Select the folder.
- Click the Extension Icon to open the Settings Menu.
- Select Mode:
- 🎮 CASUAL: Just for fun. The pet runs around.
- 🧠 PRO AGENT: Enables the AI Chat features.
- Select Base Coin: Choose which crypto (e.g., SOL) you want to see prices in.
- Browse: Go to Amazon, Taobao, or Twitter. You will see price tags converted!
- Analyze: In Pro Mode, click the pet, type a project name (e.g., "Trends.fun"), and get an instant report.
Note: The default extension uses a public Cloudflare Worker endpoint. For high-volume usage or personal customization, please deploy your own backend.
This project uses a Cloudflare Worker to securely proxy requests to Surf.ai (OpenAI compatible) and handle CORS.
Copy the code from worker.js (create this file in your repo if you want to share the worker code) to your Cloudflare Worker.
In Cloudflare Dashboard > Settings > Variables:
SURF_API_KEY: Your Surf.ai / OpenAI API Key.
Update background.js in the extension:
const CLOUDFLARE_WORKER_URL = "YOUR_WORKER_URL_HERE";