SEO Search Keyword Tool

SEO Search Keyword Tool

SEO Search Keyword Tool is a Chrome extension that allows you to search by long tail keywords.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "action": {
    "default_icon": "icon.png"
  },
  "icons": {
    "128": "icon.png"
  },
  "manifest_version": 3,
  "name": "__MSG_title__",
  "description": "__MSG_description__",
  "default_locale": "en",
  "host_permissions": [
    "*://*.google.com/*",
    "*://*.duckduckgo.com/*",
    "*://*.bing.com/*",
    "*://*.pinterest.com/*",
    "*://*.yahoo.com/*",
    "*://*.amazon.com/*",
    "*://*.amazon.co.uk/*",
    "*://*.amazon.co.jp/*",
    "*://*.amazon.cn/*",
    "*://*.ebaystatic.com/*",
    "*://*.aliexpress.com/*"
  ],
  "short_name": "SeoStack",
  "version": "1.0.2",
  "permissions": [
    "cookies"
  ]
}