Container Buddy Firefox

Container Buddy

제작자: Kevin Jones
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.)

특징 및 기능

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
};

사용자 증가 및 다운로드 통계

Manifest V2 Add-on
제작자:
Kevin Jones
일일 사용자:
-
버전:
0.0.2 마지막 업데이트: 2020-09-08
버전 코드:
5095307
생성 날짜:
2020-09-07
위험:
Very low risk impact Moderate risk likelihood
권한:
  • contextualIdentities
크기:
29.61KB
이메일:
al*****@gmail.com
전체 설명:
자세한 설명 보기
소스:
Firefox 부가 기능 스토어
데이터 수집일:
2026-07-09
통계 및 순위 비교:

개발자에게 문의

Chrome-Stats는 이 Firefox 부가 기능을 소유하지 않습니다. 아래 정보를 사용하여 Firefox 부가 기능 개발자에게 문의하세요.
에 의해 개발:
Kevin Jones
Firefox 부가 기능 스토어
https://addons.mozilla.org/firefox/addon/container-buddy/
메일 주소:
al*****@gmail.com

Container Buddy는 안전한가요?

위험 영향도
위험 영향도는 확장 프로그램이 접근할 수 있는 추가 권한의 수준을 측정합니다. 낮은 위험 영향도의 확장 프로그램은 많은 해를 끼칠 수 없지만, 높은 위험 영향도의 확장 프로그램은 비밀번호 도용, 보안 설정 우회, 개인 데이터 접근 등 많은 피해를 줄 수 있습니다. 높은 위험 영향도의 확장 프로그램이 반드시 악의적인 것은 아닙니다. 그러나 악의적으로 변한다면 매우 해로울 수 있습니다.

Container Buddy은(는) 민감한 권한을 요구하지 않습니다.

위험 영향도 분석 세부 정보
위험 가능성
위험 가능성은 Firefox 부가 기능이(가) 악의적으로 변할 가능성을 측정합니다. 이는 Firefox 부가 기능 스토어에서의 게시자와 Firefox 부가 기능 평판, Firefox 부가 기능이(가) 존재한 기간, 그리고 Firefox 부가 기능에 관한 다른 신호들에 의해 결정됩니다. 우리의 알고리즘은 완벽하지 않으며, 악의적인 확장 프로그램을 탐지하는 새로운 방법을 발견함에 따라 변경될 수 있습니다. Firefox 부가 기능을(를) 설치할 때는 항상 주의하는 것이 좋습니다.

Container Buddy은(는) 아마도 신뢰할 수 있습니다. 가능하면 다른 게시자를 선호하세요. 이 부가 기능을(를) 설치할 때 주의하세요.

위험 가능성 분석 세부 정보
  • High This extension has low user count. Unpopular extensions may not be stable or safe.
  • Low **** ********* *** ******* **** **** * ****** **** ***** ******** *** **** ****** ** ** ****** *** *****
  • Low **** ********* *** ***** **** **** * ****** **** ***** ********** *** **** ****** ** ** ****** *** *****
Extension Guard
확장 경비대

Extension Guard로 사용 중인 모든 확장 프로그램을 발견하고, 위험을 분석하며, 차단 정책을 적용하세요

브라우저를 안전하게 하세요
전체 위험 분석 세부 정보를 보려면 업그레이드하세요

최고의 Container Buddy 대안

다음은 Container Buddy과(와) 유사한 Firefox add-on입니다: