找货神器

找货神器

【1688出品】在您浏览淘宝和天猫的商品时,自动推荐最相似的1688货源给你,利润更优,选择更多!商机发现一网打尽,专业,专属!现在安装即表示您同意使用条款:https://club.1688.com/threadview/49506764.htm

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "找货神器",
  "description": "【1688出品】在您浏览淘宝和天猫的商品时,自动推荐最相似的1688货源给你,利润更优,选择更多!商机发现一网打尽,专业,专属!现在安装即表示您同意使用条款:https://club.1688.com/threadview/49506764.htm",
  "version": "4.6",
  "icons": {
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "/js/jquery.js",
      "/js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "/js/jquery.js",
        "js/content.js"
      ]
    }
  ],
  "permissions": [],
  "content_security_policy": "script-src 'self' https://g.alicdn.com https://dev.g.alicdn.com; object-src 'self'"
}