Google Search Console SEO Enhancer

Google Search Console SEO Enhancer

This extension modifies the outlook of the Difference column in the Compare mode of the performance table in Google Search Console.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Google Search Console SEO Enhancer",
  "version": "0.0.0.1",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "description": "This extension modifies the outlook of the Difference column in the Compare mode of the performance table in Google Search Console.",
  "manifest_version": 2,
  "content_scripts": [
    {
      "js": [
        "jquery-3.5.1.min.js",
        "content.js"
      ],
      "matches": [
        "https://search.google.com/u/*/search-console/*"
      ]
    }
  ]
}