BudgetBuddy Firefox

Examine source code of BudgetBuddy

Inspect and view changes in BudgetBuddy source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "BudgetBuddy",
  "author": "Raymond Wang",
  "version": "1.0.0",
  "description": "A collection and analysis tool for UCSD HDH Account transactions",
  "content_scripts": [
    {
      "matches": [
        "*://eacct-ucsd-sp.transactcampus.com/eAccounts/AccountTransaction.aspx*"
      ],
      "js": [
        "index.js"
      ]
    }
  ],
  "browser_action": {},
  "web_accessible_resources": [
    "bb.css",
    "m4in.js"
  ],
  "permissions": [
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "bb16.png",
    "48": "bb48.png",
    "128": "bb128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{69ad99cf-cc76-4cc4-b068-bc70196c234c}"
    }
  }
}

Best BudgetBuddy Alternatives

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