CurrencyCon Firefox

Examine source code of CurrencyCon

Inspect and view changes in CurrencyCon source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "CurrencyCon",
  "version": "1.4.4",
  "description": "Automatically converts currencies to your preferred currency",
  "icons": {
    "48": "icons/dollar-48.png"
  },
  "applications": {
    "gecko": {
      "id": "automatic-currency@anzi2001"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "CurrencyCon.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "data-script.js"
    ]
  },
  "permissions": [
    "tabs",
    "menus",
    "activeTab",
    "<all_urls>",
    "storage"
  ],
  "browser_action": {
    "default_icon": "icons/dollar-48.png",
    "default_popup": "popup/choosePreferredCurrency.html"
  }
}

Best CurrencyCon Alternatives

Here are some Firefox add-ons that are similar to CurrencyCon: