Ubersuggest - SEO and Keyword Discovery

Ubersuggest - SEO and Keyword Discovery

Keyword search volume, CPC and insights for all keywords you search. Works with Google, YouTube and Amazon. SEO tool by Neil Patel.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "__MSG_appDesc__",
  "version": "4.0.2.8202",
  "name": "__MSG_appName__",
  "default_locale": "en",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.bundle.js",
    "type": "module"
  },
  "action": {
    "default_icon": "img/icon-128.png"
  },
  "icons": {
    "128": "img/icon-128.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "cookies"
  ],
  "optional_permissions": [],
  "host_permissions": [
    "*://*.google.com/*",
    "*://*.googleapis.com/*",
    "*://*.youtube.com/*",
    "*://*.amazon.com/*",
    "*://pro.ip-api.com/*",
    "*://ip-api.com/json/*",
    "*://green.api.neilpatel.com/*",
    "*://blue.api.neilpatel.com/*",
    "*://app.neilpatel.com/*",
    "*://fonts.googleapis.com/*",
    "*://fonts.gstatic.com/*"
  ],
  "optional_host_permissions": [],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "lib/jquery.min.js",
        "contentScript.bundle.js"
      ],
      "css": [
        "content.styles.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "img/*",
        "images/*",
        "fonts/*",
        "css/sidebar.css",
        "css/tippy.css",
        "lib/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; script-src-elem 'self' http: https:;object-src 'self';"
  }
}