Ads.txt Checker

Ads.txt Checker

With Ads.txt Checker you can find out if a site is using ads.txt file and have all the Authorized Digital Sellers shown in a pop up

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Ads.txt Checker",
  "short_name": "Ads.txt Checker",
  "description": "With Ads.txt Checker you can find out if a site is using ads.txt file and have all the Authorized Digital Sellers shown in a pop up",
  "version": "0.0.3",
  "manifest_version": 2,
  "author": "Yuttasat Pollok <[email protected]>",
  "icons": {
    "48": "icons/48x48.png",
    "128": "icons/128x128.png"
  },
  "background": {
    "scripts": [
      "lib/jquery.min.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_title": "Ads.txt Checker"
  },
  "permissions": [
    "tabs",
    "*://*/*"
  ]
}