Examine source code of 返利云购物助手会员版

Inspect and view changes in 返利云购物助手会员版 source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "background": {
    "scripts": [
      "js/jquery.js",
      "bg.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "index.html"
  },
  "content_scripts": [
    {
      "css": [
        "css/home.css"
      ],
      "js": [
        "js/jquery.js",
        "js/show_win.js",
        "js/taobao.js"
      ],
      "matches": [
        "*://*.taobao.com/*"
      ]
    },
    {
      "css": [
        "css/home.css"
      ],
      "js": [
        "js/jquery.js",
        "js/show_win.js",
        "js/tmall.js"
      ],
      "matches": [
        "*://*.tmall.com/*",
        "*://*.tmall.hk/*"
      ]
    },
    {
      "css": [
        "css/home.css"
      ],
      "js": [
        "js/jquery.js",
        "js/show_win.js",
        "js/jd.js"
      ],
      "matches": [
        "*://*.jd.com/*",
        "*://*.jd.hk/*"
      ]
    },
    {
      "css": [
        "css/home.css"
      ],
      "js": [
        "js/jquery.js",
        "js/suning.js"
      ],
      "matches": [
        "*://*.suning.com/*"
      ]
    },
    {
      "css": [
        "css/home.css"
      ],
      "js": [
        "js/jquery.js",
        "js/gome.js"
      ],
      "matches": [
        "*://*.gome.com.cn/*",
        "*://*.gomehigo.hk/*"
      ]
    },
    {
      "css": [
        "css/home.css"
      ],
      "js": [
        "js/jquery.js",
        "js/vip.js"
      ],
      "matches": [
        "*://*.vip.com/*"
      ]
    },
    {
      "css": [
        "css/home.css"
      ],
      "js": [
        "js/jquery.js",
        "js/mogujie.js"
      ],
      "matches": [
        "*://*.mogu.com/*"
      ]
    },
    {
      "js": [
        "js/kaola.js"
      ],
      "matches": [
        "*://*.kaola.com/*"
      ]
    },
    {
      "css": [
        "css/home.css"
      ],
      "js": [
        "js/jquery.js",
        "js/newegg.js"
      ],
      "matches": [
        "*://*.newegg.cn/*"
      ]
    }
  ],
  "description": "返利云购物助手会员版仅限返利云网站会员使用,没有返利云账号 的请到返利云官网注册账号。新用户无法使用淘宝返利,可以使用返利云手机APP进行下单一样很方便;返利云购物助手会员版可以帮助网购用户在淘宝京东等知名商城购物时能够省钱的浏览器扩展程序;返利云官网http://www.fanliyun.cn",
  "icons": {
    "128": "icon.png"
  },
  "manifest_version": 2,
  "name": "返利云购物助手会员版",
  "permissions": [
    "tabs",
    "http://www.fanliyun.cn/",
    "http://m.fanliyun.cn/",
    "http://www.qingtaoke.com/",
    "http://vip.taoqueqiao.com/",
    "https://pub.alimama.com/",
    "https://cart.taobao.com/",
    "https://uland.taobao.com/",
    "https://cd.jd.com/",
    "https://detail.tmall.com/",
    "https://item.taobao.com/"
  ],
  "version": "5.4",
  "web_accessible_resources": [
    "images/*"
  ]
}