download traffic info

download traffic info

show download traffic in the toolbar icon badge , and later may allow to set data limits and get notified when these are reached or about to be reached

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "igorlogius",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {},
  "description": "",
  "manifest_version": 2,
  "name": "download-traffic-info",
  "permissions": [
    "<all_urls>",
    "webRequest",
    "webRequestBlocking"
  ],
  "version": "1.0.2"
}