EstiBot Add-on

EstiBot Add-on

The EstiBot domain name research and appraisal extension.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "EstiBot Add-on",
  "short_name": "EstiBot",
  "version": "1.0.2",
  "description": "The EstiBot domain name research and appraisal extension.",
  "content_scripts": [
    {
      "run_at": "document_end",
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "css/diq.css",
        "css/diq-dropdown.css"
      ],
      "js": [
        "scripts/jquery.js",
        "scripts/diq-dropdown.js",
        "scripts/pageParser.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": {
      "19": "img/button-19.png"
    },
    "default_title": "EstiBot Add-on",
    "default_popup": "html/menu_popup.html"
  },
  "icons": {
    "16": "img/button-16.png",
    "32": "img/button-32.png",
    "48": "img/button-48.png",
    "128": "img/button-128.png"
  },
  "permissions": [
    "storage",
    "tabs",
    "clipboardWrite",
    "clipboardRead"
  ],
  "options_page": "html/options.html",
  "web_accessible_resources": [
    "/html/box2.html",
    "/img/top-left.png",
    "/img/middle-2.png",
    "/img/menu-button2.png",
    "/img/middle.png",
    "/img/footer-small.png",
    "/img/377.GIF",
    "/img/top-right.png",
    "/img/middle-2-right.png",
    "/img/middle-right.png",
    "/img/footer-small-right.png"
  ],
  "background": {
    "scripts": [
      "scripts/background.js"
    ],
    "persistent": false
  },
  "commands": {
    "copy_domains": {
      "suggested_key": {
        "default": "Alt+Shift+F",
        "mac": "Alt+Shift+F"
      },
      "description": "Copy Domains to Clipboard"
    },
    "reprocess": {
      "suggested_key": {
        "default": "Alt+Shift+R",
        "mac": "Alt+Shift+R"
      },
      "description": "Re-process the web page."
    },
    "_execute_browser_action": {
      "suggested_key": {
        "windows": "Alt+Shift+D",
        "mac": "Alt+Shift+D",
        "chromeos": "Alt+Shift+D",
        "linux": "Alt+Shift+D"
      }
    }
  },
  "manifest_version": 2
}