NewShop Advertise Helper

NewShop平台官方广告数据辅助工具
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "NewShop Advertise Helper",
  "description": "NewShop平台官方广告数据辅助工具",
  "version": "0.23",
  "icons": {
    "128": "images/icon.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "scripting",
    "cookies"
  ],
  "host_permissions": [
    "https://fbhelper.apps.seabroadnet.com/*",
    "https://saas.seabroadnet.com/*",
    "https://o467009.ingest.us.sentry.io/*",
    "https://analytics.apps.seabroadnet.com/*"
  ],
  "background": {
    "service_worker": "service-worker.js"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.facebook.com/*"
      ],
      "js": [
        "lfEvent.js",
        "list-content.js"
      ],
      "run_at": "document_end"
    }
  ]
}