Xfinity Data Cap Calc

Xfinity Data Cap Calc

Shows the projected amount of data that will be used by the end of the month, based on the current data usage.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Xfinity Data Cap Calc",
  "description": "Shows the projected amount of data that will be used by the end of the month, based on the current data usage.",
  "version": "0.1",
  "content_scripts": [
    {
      "matches": [
        "https://customer.xfinity.com/*"
      ],
      "js": [
        "Xfinity Data Cap Calc.js"
      ],
      "run_at": "document_idle"
    }
  ]
}