Keywords Nowhere

Keywords Nowhere

Know the search volume and CPC of any keyword in USA/UK, for Free (we will always be free).

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Keywords Nowhere",
  "description": "Know the search volume and CPC of any keyword in USA/UK, for Free (we will always be free).",
  "version": "1.0.1",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "exclude_globs": [
        "https://analytics.google.com/analytics/web/*",
        "https://www.google.com/webmasters/tools/search-analytics*"
      ],
      "include_globs": [
        "*://www.google.*/*",
        "*://www.youtube.*/*"
      ],
      "js": [
        "jquery.min.js",
        "content.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "activeTab",
    "storage",
    "https://www.khalidfarhan.com/*"
  ]
}