Ad Ecosystem Study in Social Networks

Ad Ecosystem Study in Social Networks

Ad Ecosystem Study in Social Networks

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Ad Ecosystem Study in Social Networks",
  "short_name": "Ads Study",
  "description": "Ad Ecosystem Study in Social Networks",
  "version": "1.1.8",
  "author": "Aafaq Sabir",
  "icons": {
    "16": "ICON.png",
    "48": "ICON.png",
    "128": "ICON.png"
  },
  "browser_action": {
    "default_title": "Ad Ecosystem Study in Social Networks"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "activeTab",
    "contextMenus",
    "tabs",
    "management",
    "cookies",
    "webRequest",
    "webRequestBlocking",
    "storage",
    "tabs",
    "debugger",
    "https://*.facebook.com/*",
    "http://3.133.90.106:9090/workers"
  ],
  "content_scripts": [
    {
      "js": [
        "content_script_0.js"
      ],
      "matches": [
        "https://*.facebook.com/",
        "https://*.facebook.com/?_rdc*"
      ]
    },
    {
      "js": [
        "content_script_2.js"
      ],
      "matches": [
        "https://*.facebook.com/ads/preferences/?entry_product=ad_settings_screen"
      ]
    },
    {
      "js": [
        "content_script_3.js"
      ],
      "matches": [
        "https://*.facebook.com/*likes"
      ]
    },
    {
      "js": [
        "content_script_allactivity.js"
      ],
      "matches": [
        "https://*.facebook.com/*allactivity"
      ]
    }
  ],
  "web_accessible_resources": [
    "*.js"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "externally_connectable": {
    "matches": [
      "*://*.facebook.com/*"
    ]
  }
}