Keyword Trends - Keyword Research Tool

Keyword Trends - Keyword Research Tool

Adds keyword trends to your Google search page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Keyword Trends - Keyword Research Tool",
  "description": "Adds keyword trends to your Google search page.",
  "version": "1.0.2",
  "action": {},
  "permissions": [
    "webRequest"
  ],
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "icons": {
    "16": "assets/icons/icon_16.png",
    "32": "assets/icons/icon_32.png",
    "48": "assets/icons/icon_48.png",
    "64": "assets/icons/icon_64.png",
    "128": "assets/icons/icon_128.png"
  },
  "host_permissions": [
    "*://*.google.com/*"
  ],
  "content_scripts": [
    {
      "js": [
        "assets/main.tsx-loader.32f8c8e1.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "assets/main.441f140c.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "assets/main.tsx.50bc6623.js"
      ],
      "use_dynamic_url": true
    }
  ]
}