Google Ad Highlighter

Google Ad Highlighter

Change the way that Google search ads appear, so that you can tell them from organic results.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Google Ad Highlighter",
  "version": "0.0.1",
  "manifest_version": 2,
  "description": "Change the way that Google search ads appear, so that you can tell them from organic results.",
  "homepage_url": "https://mackgrenfell.com",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "permissions": [
    "contentSettings"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*/search*"
      ],
      "css": [
        "src/inject/inject.css"
      ]
    }
  ]
}