Eboost Ad Spy

Eboost Ad Spy

View the Facebook Ads of any brand or website.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Eboost Ad Spy",
  "description": "View the Facebook Ads of any brand or website.",
  "version": "3.4.0",
  "browser_action": {},
  "icons": {
    "16": "assets/icons/icon-has-ads.png",
    "48": "assets/icons/icon-has-ads.png",
    "128": "assets/icons/icon-has-ads.png"
  },
  "permissions": [
    "storage",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}