Keyword Finder-SEO keywords Tool

Keyword Finder-SEO keywords Tool

Free website keyword finder tool to extract competitor google keyword with one click. Kwfinder help to improve SEO keywords rank.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "action": {
    "default_icon": {
      "128": "icons/logo_en.png"
    },
    "default_popup": "popup.html",
    "default_title": "__MSG_extName__"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "content_scripts": [
    {
      "css": [
        "css/custom.css"
      ],
      "js": [
        "js/content-script.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "default_locale": "en",
  "description": "__MSG_extDes__",
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "icons": {
    "128": "icons/logo_en.png"
  },
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "permissions": [
    "activeTab",
    "background",
    "storage",
    "tabs",
    "alarms",
    "declarativeNetRequest"
  ],
  "version": "1.0.8"
}