eFax Bouncer

eFax Bouncer

Redirects international eFax URLs to the US one.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "eFax Bouncer",
  "description": "Redirects international eFax URLs to the US one.",
  "version": "1",
  "manifest_version": 2,
  "permissions": [
    "webNavigation"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  }
}