KDSPY Pro

KDPSY v5 is a 'time-saving' research companion that every author – fiction or non-fiction – should have in their toolbox. Research your competitors, potential niche markets, categories, keywords, and title ideas – all while you're browsing Amazon.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "KDSPY – Keyword Research for Authors",
  "description": "KDSPY is a time-saving book research companion that every author – fiction or non-fiction – should have in their toolbox.",
  "version": "5.13.35",
  "manifest_version": 2,
  "icons": {
    "16": "assets/images/zoom-16.png",
    "48": "assets/images/zoom-48.png",
    "128": "assets/images/zoom-128.png"
  },
  "background": {
    "scripts": [
      "/libs/ui.js",
      "/libs/other.js",
      "background.js"
    ],
    "persistent": false
  },
  "options_ui": {
    "page": "/pages/options/options.html",
    "browser_style": false
  },
  "permissions": [
    "storage",
    "alarms",
    "scripting",
    "*://*.publishingaltitude.com/*",
    "*://*.google.com/*",
    "*://*.amazon.com/*",
    "*://*.amazon.co.uk/*",
    "*://*.amazon.de/*",
    "*://*.amazon.fr/*",
    "*://*.amazon.pl/*",
    "*://*.amazon.ca/*",
    "*://*.amazon.it/*",
    "*://*.amazon.es/*",
    "*://*.amazon.in/*",
    "*://*.amazon.co.jp/*",
    "*://*.amazon.com.au/*",
    "*://*.amazon.com.br/*",
    "*://*.amazon.com.mx/*"
  ],
  "optional_permissions": [
    "browsingData",
    "https://chatgpt.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.amazon.com/*",
        "*://*.amazon.co.uk/*",
        "*://*.amazon.de/*",
        "*://*.amazon.fr/*",
        "*://*.amazon.pl/*",
        "*://*.amazon.ca/*",
        "*://*.amazon.it/*",
        "*://*.amazon.es/*",
        "*://*.amazon.in/*",
        "*://*.amazon.co.jp/*",
        "*://*.amazon.com.au/*",
        "*://*.amazon.com.br/*",
        "*://*.amazon.com.mx/*"
      ],
      "run_at": "document_start",
      "js": [
        "/libs/ui.js",
        "/libs/other.js",
        "/contentscripts/pageScript.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": {
      "19": "assets/images/zoom-19.png",
      "38": "assets/images/zoom-38.png"
    },
    "default_title": "KDSPY",
    "default_popup": "/pages/popup/popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{542033ba-2ac7-4d31-bcf6-0fb262ff668c}"
    }
  }
}