Mua Thông Minh

Mua Thông Minh

Giúp bạn trở nên Max Thông Minh & Xịn Sò khi mua đồ Online: phát hiện ra Khuyến Mại Ảo, Chống Mua Hớ và luôn tìm được Giá Tốt Nhất.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Mua Thông Minh",
  "short_name": "Mua Thông Minh",
  "description": "Giúp bạn trở nên Max Thông Minh & Xịn Sò khi mua đồ Online: phát hiện ra Khuyến Mại Ảo, Chống Mua Hớ và luôn tìm được Giá Tốt Nhất.",
  "author": "BeeCost Team <[email protected]>",
  "version": "2.1.1",
  "manifest_version": 3,
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png",
    "256": "icons/256.png"
  },
  "permissions": [
    "storage",
    "cookies",
    "webRequest"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_title": "Mua Thông Minh",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "content/content.js"
      ],
      "css": [
        "content/content.css"
      ],
      "run_at": "document_end",
      "matches": [
        "<all_urls>"
      ],
      "all_frames": false
    }
  ],
  "options_page": "options/options.html",
  "externally_connectable": {
    "ids": [
      "ffkalpimifjdnkbmkddpdbjpaegakoco",
      "odhceejbencpicgeiabiejnajfkkpcfa"
    ],
    "matches": [
      "*://*.metric.vn/*",
      "*://*.beecost.vn/*",
      "*://*.beecost.com/*"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "content/content.css",
        "lib/css/antd.css"
      ],
      "matches": [
        "<all_urls>"
      ],
      "extension_ids": [],
      "use_dynamic_url": true
    }
  ]
}