AI 产品解读A browser-based web developer toolbox providing CSS manipulation, DOM inspection, form tools, image controls, element outlining, cookie management, and page information display.
Provides quick-access developer inspection and debugging tools directly from the browser toolbar, eliminating the need to open Chrome DevTools for common tasks like disabling styles, inspecting images, managing cookies, toggling JavaScript, and outlining page elements.
User clicks the extension icon → popup opens with categorized tool sections (disable, CSS, forms, cookie, images, outline, information) → user toggles features on/off for the current page → changes are applied via Chrome contentSettings API or content script injection → settings are persisted per-domain in chrome.storage.local.
Disable/enable JavaScript, cookies, notifications, location, popups per pageCSS manipulation: disable all/embedded/inline/linked/print/handheld styles, enable border-box modelForm tools: check/uncheck all checkboxes, clear fields, toggle GET/POST, display passwords, enable autocompletion, remove max lengthsImage tools: display alt attributes/dimensions/paths, hide/show images, outline images by criteriaElement outlining: outline absolute/fixed/relative/float/block elements, tables, headings, iframes, external linksCookie management: delete domain, path, and session cookies
- 目标用户
- Web developers / Front-end developers / QA testers / Web designers
付费分析未识别到付费功能
No payment, subscription, upgrade, premium, billing, or licensing code exists in the extension. All 50+ features shown in the popup are freely accessible without any gating. No Stripe, PayPal, or other payment platform integrations. The deterministic heuristic found zero paid signals. Keyword hits for 'pro' are all from JavaScript Promise.resolve() calls, not premium features.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension operates entirely locally using Chrome APIs (contentSettings, cookies, scripting, tabs, storage). No login UI, account system, authentication endpoints, or OAuth flows exist in the source code. All features work directly from the popup without requiring any user authentication.