LichSuGiaVN

LichSuGiaVN

Trợ lý phục vụ Bạn xem lịch sử giá, phân tích biểu đồ tăng giảm giá bán sản phẩm khi mua sắm online giúp mua sắm với giá tốt hơn!

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "LichSuGiaVN",
  "short_name": "LichSuGiaVN",
  "description": "Trợ lý phục vụ Bạn xem lịch sử giá, phân tích biểu đồ tăng giảm giá bán sản phẩm khi mua sắm online giúp mua sắm với giá tốt hơn!",
  "version": "1.1.2",
  "manifest_version": 3,
  "action": {
    "default_icon": "img/icon-16.png",
    "default_popup": "popup.html"
  },
  "host_permissions": [
    "*://*.lichsugia.vn/*",
    "*://*.thegioididong.com/*",
    "*://*.dienmayxanh.com/*",
    "*://*.tiki.vn/*",
    "*://*.concung.com/*",
    "*://*.fahasa.com/*",
    "*://*.shopee.vn/*",
    "*://*.lazada.vn/*"
  ],
  "background": {
    "matches": [
      "<all_urls>"
    ],
    "service_worker": "js/background.js"
  },
  "permissions": [
    "contextMenus",
    "storage",
    "tabs",
    "activeTab",
    "scripting"
  ],
  "icons": {
    "16": "img/icon-16.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "img/icon-16.png",
        "lichsugia.vn.html"
      ],
      "matches": [
        "<all_urls>"
      ],
      "use_dynamic_url": true
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "js": [
        "js/jquery-3.1.1.min.js"
      ],
      "run_at": "document_end"
    }
  ]
}