Container Buddy Firefox

Container Buddy

Provides support for addons who want to support Containers features, but do not wish to annoy users not interested in such features. Workaround for bug 1386673. __WARNING__ see bug 1663547 caveat below (applies to all Containers support addons.)

Features & Capabilities

WARNING - Using this or any other Containers supporting addon can potentially cause unexpected closing of Container tabs if the addon is removed. See Firefox bug 1663547 for details: https://bugzilla.mozilla.org/show_bug.cgi?id=1663547

Provides Containers support for addons which only need it optionally. Due to bug 1386673, access to Containers data (via contextualIdentities permission) can not be made optional. This is a workaround for a problem that could annoy users. This addon is very lightweight, only 8 lines of code.

Presently, if an addon wants to support the Firefox Containers feature, it will force the Containers feature to be enabled anytime the addon is installed, even if the addon wants to offer those features optionally. This could be annoying to a user who does not want to use Container tabs, eg seeing menus populated with Container-related options. In that case their only option would be to disable the addon.

This addon works as a "buddy" to such type addons. This way the addon does not have to require Containers access (contextualIdentities permission) and force enabling Containers feature even for users who don't want it. Those who wish to use the addon's Containers-related features can install this buddy addon.

Firefox bug 1662329 https://bugzilla.mozilla.org/show_bug.cgi?id=1662329

Addon Devs:

To access the buddy, do something like this:

In place of await browser.contextualIdentities.get(cookieStoreId):

let identity;

try {
  identity = await browser.runtime.sendMessage("containerbuddy@containerbuddy.org",
  { topic: "getContainerData", cookieStoreId });
} catch(e) {
  // Handle error
};

let { name, color } = identity;

In place of await browser.contextualIdentities.query({}):

let identities;

try {
  identities = await browser.runtime.sendMessage("containerbuddy@containerbuddy.org",
  { topic: "getIdentities" });
} catch(e) {
  // Handle error
};

User Growth & Download Statistics

Manifest V2 Add-on
By:
Kevin Jones
Daily users:
-
Version:
0.0.2 Last updated: 2020-09-08
Version code:
5095307
Creation date:
2020-09-07
Risk:
Very low risk impact Moderate risk likelihood
Permissions:
  • contextualIdentities
Size:
29.61KB
Email:
al*****@gmail.com
Full description:
See detailed description
Source:
Firefox Add-ons Store
Data ingested on:
2026-07-09
Compare stats and ranking:

Contact the developer

Chrome-Stats does not own this Firefox add-on. Please use these information below to contact the Firefox add-on developer.
Developed by:
Kevin Jones
Firefox Add-ons Store
https://addons.mozilla.org/firefox/addon/container-buddy/
Email:
al*****@gmail.com

Is Container Buddy Safe?

Risk impact
Risk impact measures the level of extra permissions an extension has access to. A low risk impact extension cannot do much harms, whereas a high risk impact extension can do a lot of damage like stealing your password, bypassing your security settings, and accessing your personal data. High risk impact extensions are not necessarily malicious. However, if they do turn malicious, they can be very harmful.

Container Buddy does not require any sensitive permissions.

Risk impact analysis details
Risk likelihood
Risk likelihood measures the probability that a Firefox add-on may turn malicious. This is determined by the publisher and the Firefox add-on reputation on Firefox Add-ons Store, the amount of time the Firefox add-on has been around, and other signals about the Firefox add-on. Our algorithms are not perfect, and are subject to change as we discover new ways to detect malicious extensions. We recommend that you always exercise caution when installing a Firefox add-on.

Container Buddy is probably trust-worthy. Prefer other publishers if available. Exercise caution when installing this add-on.

Risk likelihood analysis details
  • High This extension has low user count. Unpopular extensions may not be stable or safe.
  • Low **** ********* *** ******* **** **** * ****** **** ***** ******** *** **** ****** ** ** ****** *** *****
  • Low **** ********* *** ***** **** **** * ****** **** ***** ********** *** **** ****** ** ** ****** *** *****
Extension Guard
Extension Guard

Discover every extension in use, analyze risks, and enforce blocking policies with Extension Guard

Secure Your Browser
Upgrade to see full risk analysis details

Best Container Buddy Alternatives

Here are some Firefox add-ons that are similar to Container Buddy: