FDVT: Social Network Data Valuation Tool

FDVT: Social Network Data Valuation Tool

Tool for analyzing Ads on Facebook™ Social Network: The plugin shows how many ads are shown and their value based on your profile

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "FDVT: Social Network Data Valuation Tool",
  "short_name": "FDVT",
  "author": "FDVT Team Universidad Carlos III de Madrid",
  "version": "3.10.0",
  "description": "Tool for analyzing Ads on Facebook™ Social Network: The plugin shows how many ads are shown and their value based on your profile",
  "background": {
    "page": "code/popup.html"
  },
  "browser_action": {
    "default_popup": "code/popup.html",
    "default_title": "FDVT",
    "default_icon": "img/icon128.png"
  },
  "permissions": [
    "cookies",
    "http://ip-api.com/",
    "https://www.fdvt.org/",
    "https://www.facebook.com/",
    "https://graph.facebook.com/",
    "https://m.facebook.com/",
    "https://www.siteadvisor.com/",
    "https://finance.yahoo.com/",
    "tabs",
    "idle",
    "webRequest",
    "webRequestBlocking"
  ],
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  }
}