Dropship Bot

Dropship Bot

Amazon Address Cleaner and Item Grabber for Amazon UK, USA, EU as well as Costco UK, Walmart and AliExpress.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Dropship Bot",
  "short_name": "Dropship Bot",
  "description": "Amazon Address Cleaner and Item Grabber for Amazon UK, USA, EU as well as Costco UK, Walmart and AliExpress.",
  "author": "Profit Scraper ltd",
  "version": "1.4.8",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "index.html"
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "activeTab",
    "clipboardRead",
    "clipboardWrite",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/jquery-3.2.1.min.js",
        "js/jquery.dataTables.min.js",
        "js/parsers.js",
        "js/content.js"
      ],
      "run_at": "document_start",
      "css": [
        "css/jquery.dataTables.min.css",
        "css/font-awesome.css"
      ]
    }
  ],
  "web_accessible_resources": [
    "contents/*",
    "js/*",
    "css/*",
    "images/*",
    "fonts/*"
  ],
  "icons": {
    "16": "icon-new-16.png",
    "48": "icon-new-48.png",
    "128": "icon-new-128.png"
  }
}