AI 产品解读Automatically collect, save, and analyze trending Facebook ads from the user's news feed
Helps e-commerce store owners, marketers, and ad creators discover competitor ads and find inspiration for ad campaigns without manually searching Facebook Ad Library
1) User installs extension and navigates to facebook.com. 2) Extension injects interceptor.js which hooks XMLHttpRequest to capture GraphQL responses containing SponsoredData. 3) As user scrolls their Facebook feed, ads are automatically collected and stored locally via Chrome storage. 4) User can toggle 'Show only ads' to hide organic posts, enable 'Auto scroll' for hands-free collection. 5) User can favorite/save ads, view detailed breakdowns. 6) Collected ads can be exported to Excel or viewed in the Ad Spy web app at app.myadfinder.com.
Auto-collection of Facebook ads by intercepting GraphQL API responses while scrolling news feedOne-click saving/favoriting of interesting adsHide organic posts for ads-only view modeAuto-scroll functionalityDetailed ad breakdown with images, links, headlines, and engagement metricsExport collected ads to Excel (via SheetJS)
- 目标用户
- E-commerce store owners sourcing trending products / Ad intelligence experts studying competitor strategies / Copywriters and creators looking for ad inspiration / Digital marketers analyzing similar product ads
- Source code is heavily minified, making it difficult to trace exact feature logic
- Cannot determine if app.myadfinder.com has paid tiers from extension code alone
- The Freshchat integration (libs/widget.js, libs/co-browsing.js) suggests customer support infrastructure but unclear if tied to paid plans
付费分析未识别到付费功能
The store description explicitly states 'use MY AD FINDER for FREE'. No premium, upgrade, payment, subscription, or billing keywords were found in actual feature code. All 'pro' matches were React library production strings, all 'license' matches were MIT license headers, and all 'subscribe' matches were React's useSyncExternalStore API - all false positives. No payment processing APIs (Stripe, etc.) detected. The core features (ad collection, favorites, export to Excel via SheetJS) appear completely free.
- 置信度
- 80
- 支付平台
- --
- 来源
- AI / 中
- 需要登录
- 是
- 登录理由
- The core workflow requires the user to be logged into Facebook. The popup UI explicitly states 'Please find the first ad manually before you can use these options. Please make sure to use an old Facebook account.' (popup.js:196). The extension injects content scripts on facebook.com and intercepts GraphQL API responses containing SponsoredData from the user's news feed. Without being logged into Facebook, the extension cannot function. Additionally, the 'Ad Spy' feature links to app.myadfinder.com which may require a separate account, but this is secondary to the core workflow.