AI 产品解读Facebook Ads management and monitoring overlay that displays detailed ad account information directly on Facebook's Ads Manager and Billing Hub pages, with a web dashboard (app.ffb.vn) for bulk operations
Simplifies Facebook advertising account management by providing quick-view overlays showing account balance, spending limits, thresholds, status, hidden members, and payment details without navigating away from the page. Enables bulk operations like exporting accounts, managing members, and sharing pixels across accounts.
User installs extension → navigates to Facebook Ads Manager or Billing Hub → extension injects overlay showing real-time account details (balance, threshold, spending, status, payment info) → user can rename accounts, set spending limits, export data, manage members → popup loads app.ffb.vn dashboard for bulk operations across all accounts
Overlay panel on Facebook Ads Manager showing account balance, threshold, spending limit, status, payment methodCurrency conversion between account currency, USD, and VNDAccount rename functionalityIdentify and remove hidden members/admins from ad accounts and BMsExport ad account lists and campaigns to ExcelBulk member management across advertising accounts
- 目标用户
- Facebook Ads managers and media buyers / Digital marketing agencies managing multiple ad accounts / Users who manage Facebook Business Manager accounts
- content-script.js is minified into a single long line making full code review difficult
- main.js uses obfuscation (octal/hex encoding) for integrity checks
- Cannot analyze app.ffb.vn external web app code - it may have its own login/payment requirements for bulk features
付费分析未识别到付费功能
No evidence of payment gating, subscription checks, license verification, or upgrade UI within the extension code. The deterministic heuristic flagged 'subscribe', 'billing', and 'payment method' but these are false positives: 'billing' and 'payment method' refer to Facebook's billing hub/payment settings features shown in the ad account overlay, not extension monetization. Stripe/PayPal/Paddle matches in static analysis are all from Font Awesome CSS icon class names (e.g., .fa-stripe, .fa-paypal), not payment integration. No premium/pro tier gating found in any source file.
- 置信度
- 75
- 支付平台
- --
- 来源
- AI / 中
- 需要登录
- 是
- 登录理由
- The extension injects content scripts into Facebook pages (Ads Manager, Billing Hub) and makes GraphQL API calls using the user's existing Facebook session via credentials:'include'. It extracts Facebook auth tokens (EAAG access token, DTSGInitData, LSD) from the page DOM. The user must be logged into Facebook in their browser to use any core functionality. The popup also loads an iframe to https://app.ffb.vn/ which may have its own account system, but no extension-level login UI exists.