AliNiche - AliExpress™ Product Research Tool

AliNiche - AliExpress™ Product Research Tool

AliExpress tool for Dropshipping and Shopping. Quick View Sales Trends on the List Page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "1.3.6",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "homepage_url": "https://chrome.google.com",
  "default_locale": "en",
  "permissions": [
    "tabs",
    "storage",
    "cookies",
    "contextMenus"
  ],
  "host_permissions": [],
  "icons": {
    "128": "img/aliniche-128x128-logo.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.aliexpress.com/*",
        "*://*.aliexpress.ai/*",
        "*://*.aliexpress.asia/*",
        "*://*.aliexpress.ru/*",
        "*://*.aliexpress.cx/*",
        "*://*.aliexpress.fr/*",
        "*://*.aliexpress.us/*"
      ],
      "js": [
        "js/content.js"
      ],
      "css": [
        "css/main.css",
        "css/element.css",
        "css/content.css"
      ],
      "run_at": "document_idle"
    },
    {
      "js": [
        "js/kodepayContent.js"
      ],
      "matches": [
        "https://kodepay.io/*"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "service_worker": "js/background.js",
    "type": "module"
  },
  "action": {
    "default_icon": "img/aliniche-grey-128x128-logo.png",
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "img/*",
        "icon/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; frame-src 'self'; child-src 'self'"
  }
}