Paisa Bachau

Paisa Bachau

Using this extension you can get the best deals from Daraz, Hamrobazzar and Sastodeal directly in your browser.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Paisa Bachau",
  "version": "4.1",
  "description": "Using this extension you can get the best deals from Daraz, Hamrobazzar and Sastodeal directly in your browser.",
  "icons": {
    "128": "logo_128.png"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.daraz.com.np/*",
        "https://*.hamrobazaar.com/*",
        "https://*.sastodeal.com/*",
        "https://*.gyapu.com/*"
      ],
      "js": [
        "google_analytics.js"
      ],
      "run_at": "document_end"
    }
  ]
}