JD central Tools

JD central Tools

JD central data scraper - easy data extraction tools of product, price, sales rank, review

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "JD central Tools",
  "short_name": "JDT",
  "description": "JD central data scraper - easy data extraction tools of product, price, sales rank, review",
  "version": "1.2",
  "browser_action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "16.png",
    "32": "32.png",
    "48": "48.png",
    "128": "128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "tabs",
    "https://*.jd.co.th/*",
    "https://*.weloveshopee.com/*",
    "storage"
  ],
  "author": "Patiwat"
}