eFax Bouncer

Redirects international eFax URLs to the US one.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
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
  }
}