Ad Density - Measure In a Single Click

Ad Density - Measure In a Single Click

Ad Density is a Chrome extension which allows you to measure the ad density of a webpage with an ease. For publishers who are…

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 Density - Measure In a Single Click",
  "version": "0.0.3",
  "browser_action": {
    "default_title": "Ad Density - Measure In a Single Click",
    "default_popup": "popup/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.min.js"
      ]
    }
  ],
  "icons": {
    "16": "/assets/img/AdDensity-logo.png",
    "48": "/assets/img/AdDensity-logo.png",
    "128": "/assets/img/AdDensity-logo.png"
  },
  "web_accessible_resources": [
    "/assets/js/jquery-3.5.1.min.js",
    "/assets/js/script.min.js"
  ]
}