Remove Bitbucket Annoyances Firefox

Examine source code of Remove Bitbucket Annoyances

Inspect and view changes in Remove Bitbucket Annoyances source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Remove Bitbucket Annoyances",
  "description": "Make Bitbucket less annoying",
  "version": "1.0",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "js": [
        "content_script.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "permissions": [
    "<all_urls>",
    "activeTab",
    "storage",
    "webRequest",
    "webRequestBlocking"
  ]
}

Best Remove Bitbucket Annoyances Alternatives

Here are some Firefox add-ons that are similar to Remove Bitbucket Annoyances: