เครื่องมือตรวจสอบประวัติราคา - PriceTada

เครื่องมือตรวจสอบประวัติราคา - PriceTada

เครื่องมือตรวจสอบประวัติราคาช่วยให้ผู้ใช้งานหรือผู้ซื้อ ทราบเกี่ยวกับประวัติราคาจากร้านค้าต่างๆ เช่น Lazada, Shopee, Looksi, Tarad..

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "เครื่องมือตรวจสอบประวัติราคา - PriceTada",
  "author": "KEYCAP",
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/48.png",
    "default_popup": "pages/popup.html",
    "default_title": "PriceTada.co.th"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "js/content.js"
      ],
      "matches": [
        "*://*.lazada.co.th/*",
        "*://*.shopee.co.th/*",
        "*://*.looksi.com/*",
        "*://*.411estore.com/*",
        "*://*.homepro.co.th/*",
        "*://*.jib.co.th/*",
        "*://*.advice.co.th/*",
        "*://*.bigc.co.th/*",
        "*://*.central.co.th/*",
        "*://*.konvy.com/*",
        "*://*.tarad.com/*",
        "*://*.se-ed.com/*",
        "*://*.nstore.net/*",
        "*://*.weloveshopping.com/*",
        "*://*.shopat24.com/*",
        "*://*.sephora.co.th/*",
        "*://*.powerbuy.co.th/*",
        "*://*.jd.co.th/*",
        "*://*.munkonggadget.com/*",
        "*://*.supersports.co.th/*",
        "*://*.topvalue.com/*",
        "*://*.ezbuy.co.th/*",
        "*://*.tohome.com/*",
        "*://*.tescolotus.com/*",
        "*://*.watsons.co.th/*",
        "*://*.wemall.com/*",
        "*://*.tops.co.th/*",
        "*://*.kingpower.com/*",
        "*://*.robinson.co.th/*",
        "*://*.bnn.in.th/*",
        "*://*.boonthavorn.com/*",
        "*://*.pricetada.co.th/*"
      ],
      "run_at": "document_start"
    }
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "description": "เครื่องมือตรวจสอบประวัติราคาช่วยให้ผู้ใช้งานหรือผู้ซื้อ ทราบเกี่ยวกับประวัติราคาจากร้านค้าต่างๆ เช่น Lazada, Shopee, Looksi, Tarad..",
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "manifest_version": 2,
  "short_name": "PriceTada Tracker",
  "permissions": [
    "webRequest",
    "webRequestBlocking"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.0"
}