Temu Analyzer

Temu Analyzer

This extension can help you view information and historical data trends of Temu stores and their products.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Temu Analyzer",
  "version": "1.0.2",
  "description": "This extension can help you view information and historical data trends of Temu stores and their products.",
  "author": "ixspy",
  "default_locale": "en",
  "icons": {
    "48": "img/logo48x48.png",
    "128": "img/logo128x128.png"
  },
  "devtools_page": "html/devtools.html",
  "permissions": [
    "tabs",
    "downloads",
    "cookies",
    "storage",
    "notifications"
  ],
  "host_permissions": [
    "http://ixspy.local.test/*",
    "http://aliexpress.int.ixspy.com/*",
    "https://*.temu.com//*",
    "https://*.ixspy.com/*",
    "https://*.ixspy.cn/*",
    "https://ixspy.com/*",
    "https://user.ixspy.com/*",
    "https://d.ixbrowser.com/*",
    "*://*.ixspy.com/*"
  ],
  "action": {
    "default_icon": "img/logo48x48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.temu.com/*",
        "https://*.temu.com/*"
      ],
      "js": [
        "js/category.js",
        "js/jquery.js",
        "js/echarts.min.js",
        "js/words.js",
        "js/common_func.js",
        "js/static_function.js",
        "js/content_script_convey.js",
        "js/content_script_dom.js",
        "js/longWords.js"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "js/jquery.js",
        "js/xhr.js",
        "js/exten.cookie.js",
        "js/xlsx.full.min.js",
        "js/common_func.js",
        "js/bootstrap.min.js",
        "js/words.js",
        "js/echarts.min.js",
        "js/jszip.js",
        "js/filesaver.js",
        "css/bootstrap.min.css",
        "css/plugin.css",
        "css/temu_extend_css.css",
        "img/*.png",
        "img/loading_gif.gif",
        "fonts/glyphicons-halflings-regular.ttf",
        "fonts/glyphicons-halflings-regular.woff2",
        "fonts/glyphicons-halflings-regular.woff",
        "js/static_function.js",
        "js/inject_web.js"
      ],
      "matches": [
        "https://www.temu.com/*",
        "https://*.temu.com/*"
      ],
      "extension_ids": []
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}