SellerDost - Free Daraz Product Hunting Tool

SellerDost - Free Daraz Product Hunting Tool

Simplify daraz product hunting and product research, track products, find profitable products, spy on competitors & more.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SellerDost - Free Daraz Product Hunting Tool",
  "version": "1.2.1",
  "description": "Simplify daraz product hunting and product research, track products, find profitable products, spy on competitors & more.",
  "permissions": [
    "activeTab",
    "declarativeContent",
    "*://*.daraz.pk/*",
    "*://*.sellerdost.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "images/favicon-16.png",
    "32": "images/favicon-32.png",
    "48": "images/favicon-48.png",
    "128": "images/favicon-128.png"
  },
  "page_action": {
    "default_icon": {
      "16": "images/favicon-off-16.png",
      "32": "images/favicon-off-16.png",
      "48": "images/favicon-off-16.png",
      "128": "images/favicon-off-16.png"
    },
    "default_title": "SellerDost - Free Daraz Product Hunting and Tracking tool",
    "default_popup": "popup.html"
  },
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "*://*.daraz.pk/*"
      ],
      "css": [
        "css/libs/fontawesome/fontawesome.all.min.css",
        "css/content.css"
      ],
      "js": [
        "js/jquery-3.5.1.min.js",
        "js/jquery-ui.js",
        "js/jquery.dataTables.min.js",
        "js/common.js",
        "js/content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "js/*",
    "css/*",
    "images/*",
    "webfonts/*"
  ]
}