Bounded Bikeshed Firefox

Examine source code of Bounded Bikeshed

Inspect and view changes in Bounded Bikeshed source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "default_locale": "en",
  "version": "0.8.2",
  "content_scripts": [
    {
      "matches": [
        "*://news.ycombinator.com/item?id=*",
        "*://lobste.rs/s/*",
        "*://tweakers.net/*/*"
      ],
      "js": [
        "BoundedBikeshed.user.js"
      ]
    }
  ],
  "permissions": [
    "storage"
  ],
  "options_ui": {
    "page": "options/options.html"
  },
  "icons": {
    "48": "icons/bb-48.png",
    "96": "icons/bb-96.png",
    "128": "icons/bb-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "addon@bb.netsend.nl",
      "strict_min_version": "113.0"
    },
    "gecko_android": {
      "strict_min_version": "113.0"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_icon": "icons/bb-48.png",
    "default_title": "__MSG_extToggle__"
  }
}

Best Bounded Bikeshed Alternatives

Here are some Firefox add-ons that are similar to Bounded Bikeshed: