Dathang247 v3

Dathang247 v3

Dathang247

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "src/bg/background.html",
    "persistent": true
  },
  "content_scripts": [
    {
      "all_frames": false,
      "css": [
        "src/content/content.css"
      ],
      "js": [
        "js/dist/knockout-3.0.0.js",
        "js/dist/jquery-2.1.1.min.js",
        "js/dist/jquery.mousewheel.min.js",
        "js/dist/jquery.mCustomScrollbar.js",
        "js/dist/lodash.min.js",
        "js/dist/bootstrap.min.js",
        "js/dist/require.js",
        "src/requireContent.js",
        "src/requireConfig.js",
        "src/utils/utils.js",
        "src/utils/utils.ct.js",
        "src/content/content.js"
      ],
      "matches": [
        "*://localhost/*",
        "*://item.taobao.com/*",
        "*://taiwan.taobao.com/*",
        "*://item.beta.taobao.com/*",
        "*://*.taobao.com/*",
        "*://auction.taobao.com/*",
        "*://detail.yao.95095.com/*",
        "*://item.tmall.com/*",
        "*://detail.tmall.com/*",
        "*://*.tmall.com/*",
        "*://detailp4p.china.alibaba.com/*",
        "*://detail.china.alibaba.com/*",
        "*://*.1688.com/*",
        "*://detail.1688.com//*",
        "*://auction1.paipai.com/*",
        "*://mofayichu.com/shop_*Products.aspx*",
        "*://www.mofayichu.com/shop_*Products.aspx*",
        "*://mofayichu.q88e.net/shop_*products.aspx*",
        "*://mofayichu.q88e.net/shop_*Products.aspx*",
        "*://www.mofayichu.q88e.net/shop_*Products.aspx*",
        "*://www.5taobao.net/shop_*Products.aspx*",
        "*://www.5taobao.net/shop_*products.aspx*",
        "*://www.chenxifushi.com/shop_*products.aspx*",
        "*://www.chenxifushi.com/shop_*Products.aspx*",
        "*://www.lelefushi.com/SHOP_*products.aspx*",
        "*://www.lelefushi.com/SHOP_*Products.aspx*",
        "*://www.lelefushi.com/shop_*products.aspx*",
        "*://www.lelefushi.com/shop_*Products.aspx*",
        "*://www.yilanfushi.com/shop_*products.aspx*",
        "*://www.yilanfushi.com/shop_*Products.aspx*",
        "*://www.shmoyu.com/shop_*products.aspx*",
        "*://www.shmoyu.com/shop_*Products.aspx*",
        "*://www.yiranmeifushi.com/shop_*products.aspx*",
        "*://www.yiranmeifushi.com/shop_*Products.aspx*",
        "*://www.yiwenfushi.com/shop_*products.aspx*",
        "*://www.yiwenfushi.com/shop_*Products.aspx*",
        "*://yiwenfushi.q88j.net/shop_*products.aspx*",
        "*://yiwenfushi.q88j.net/shop_*Products.aspx*",
        "*://www.rihanfushi.com/shop_*products.aspx*",
        "*://www.rihanfushi.com/shop_*Products.aspx*",
        "*://www.chengzifs.com/SHOP_*Products.aspx*",
        "*://www.chengzifs.com/SHOP_*products.aspx*",
        "*://www.69shopfs.com/shop_*products.aspx*",
        "*://www.69shopfs.com/shop_*Products.aspx*",
        "*://jj-fashion.com/goods*",
        "*://www.jj-fashion.com/goods*",
        "*://fuzhuangpifa.cn/goods*",
        "*://www.fuzhuangpifa.cn/goods*",
        "*://shanghai.q88i.net/shop_*products.aspx*",
        "*://shanghai.q88i.net/shop_*Products.aspx*",
        "*://www.eeshow.com.cn/shop_*products.aspx*",
        "*://www.eeshow.com.cn/shop_*Products.aspx*",
        "*://eeshow.com.cn/shop_*products.aspx*",
        "*://eeshow.com.cn/shop_*Products.aspx*",
        "*://eeshow.q88a.net/shop_*products.aspx*",
        "*://eeshow.q88a.net/shop_*Products.aspx*",
        "*://www.charm-dress.com/shop_*products.aspx*",
        "*://www.charm-dress.com/shop_*Products.aspx*",
        "*://www.baobaopifa.com/productshopxp.asp*"
      ],
      "run_at": "document_start"
    }
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "description": "Dathang247",
  "homepage_url": "http://dathang247.vn",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDah6IyqTKVSzh51WmZvZ5rmSorSQc2nz/Z1YcXPx4lsKL3ex6c7go8V6JCUrMsZELIedtGiGVJ7oOpTYAXaDYik0RAEniKPZv1N11hbW2c8p5VwpPCx1ZsSFlKNH9CPc08FiDkT+0dAqigU15OBAzzIDiMuN790hTYwoDxbsaOzwIDAQAB",
  "manifest_version": 2,
  "name": "Dathang247 v3",
  "options_page": "src/options_custom/index.html",
  "page_action": {
    "default_icon": "icons/icon.png",
    "default_popup": "src/page_action/page_action.html",
    "default_title": "page action demo"
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "3.22",
  "web_accessible_resources": [
    "html/*",
    "js/*",
    "css/*",
    "font/*",
    "img/*",
    "icons/*",
    "src/*",
    "/*"
  ]
}