Extension library
Find your next browser superpower.
A small, sharp collection of Chrome extensions across productivity, AI, automation, creator, and developer tools.
2 extensions
Sort by

AI
Claude Prompt Generator
Batch process prompts on Claude.ai — paste a list, set repetition cycles, and execute them sequentially with custom delays, real-time progress tracking, and a built-in CSS page scraper.
New13+ users
View details
Automation
Instagram Scraper
Scrape and export Instagram profiles, posts, followers, following lists, hashtags, comments, and likers to CSV, JSON, HTML, or TXT — up to 5,000 items per session, all within your browser with no external servers.
NewNew users
View detailsBuilt by Sentosh
Need a custom Chrome extension?
Chromfy is built and maintained by the team at Sentosh. We design, engineer, and ship Manifest v3 extensions for founders and teams who care about the details.
- Strategy → design → ship in one team
- Native AI integrations & local inference
- Production-grade TS, tests, CI baked in
- Privacy & permissions handled carefully
Manifest v3TypeScriptReact + VitePlaywrightAnthropicOpenAIWebAssemblyIndexedDB
manifest.json⌘B
{
"manifest_version": 3,
"name": "Your Extension",
"version": "1.0.0",
"description": "Crafted by Sentosh — calm, fast, native.",
"permissions": ["storage", "scripting", "tabs"],
"host_permissions": ["<all_urls>"],
"action": { "default_title": "Open" },
"background": { "service_worker": "sw.js" },
"side_panel": { "default_path": "panel.html" },
"icons": { "128": "icon.png" }
}Loaded · 12ms cold startv1.0.0 · MV3