Chiết khấu 24h

Chiết khấu 24h

chietkhau24h.com - Nhận chiết 1688, Taobao, Tmall, Pindoudou

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "chietkhau24.com",
  "name": "Chiết khấu 24h",
  "description": "chietkhau24h.com - Nhận chiết  1688, Taobao, Tmall, Pindoudou",
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "Chietkhau24H"
  },
  "permissions": [
    "https://chietkhau24h.com/*"
  ],
  "content_scripts": [
    {
      "css": [
        "/static/css/main.css"
      ],
      "js": [
        "/static/js/main.js"
      ],
      "matches": [
        "https://*.taobao.com/*",
        "https://*.tmall.com/*",
        "https://*.tmall.hk/*",
        "https://*.1688.com/*",
        "https://chietkhau24h.com/*"
      ]
    }
  ],
  "web_accessible_resources": [
    "assets/icons/*.png"
  ],
  "manifest_version": 2,
  "version": "1.2.0",
  "icons": {
    "16": "assets/icons/logo_chietkhau24h16.png",
    "48": "assets/icons/logo_chietkhau24h48.png",
    "128": "assets/icons/logo_chietkhau24h128.png"
  },
  "content_security_policy": "script-src 'self' 'sha256-9UpW4IvYoks9E7V1TitM5rlL0j7BqciT6UxK0M8P+tM='; object-src 'self'"
}