Firefox Multi-Account Containers
addons.mozilla.org/en-US/firefox/addon/multi-account-containersFirefox Multi-Account Containers lets you keep parts of your online life separated into color-coded tabs that preserve your privacy. Cookies are separated by container, allowing you to use the web with multiple identities or accounts simultaneously. Download: Firefox
Firefox Multi-Account Containers Source Code
Author
Description
Firefox Multi-Account Containers lets you keep parts of your online life separated into color-coded tabs that preserve your privacy. Cookies are separated by container, allowing you to use the web with multiple identities or accounts simultaneously.
Homepage
https://addons.mozilla.org/firefox/addon/multi-account-containers/License
MPL-2.0
Created
01 Dec 16
Last Updated
09 Jun 26
Latest version
Primary Language
JavaScript
Size
4,187 KB
Stars
3,089
Forks
417
Watchers
3,089
Language Usage
Star History
Top Contributors
-
@groovecoder (337)
-
@bakulf (185)
-
@jonathanKingston (181)
-
@kendallwerts (116)
-
@dannycolin (81)
-
@lesleyjanenorton (72)
-
@maxxcrawford (41)
-
@stoically (29)
-
@ShivangiKakkar (20)
-
@johngruen (14)
-
@rafeerahman (10)
-
@pdehaan (9)
-
@dnahol (8)
-
@dependabot[bot] (8)
-
@apostrophest (8)
-
@antondudakov (5)
-
@crenwick (5)
-
@emilio (5)
-
@loganrosen (4)
-
@strseb (3)
-
@ctgardner (3)
-
@kelimuttu (3)
-
@schra (3)
-
@flodolo (2)
-
@eladyn (2)
-
@drien (2)
-
@hritvi (2)
-
@Cimbali (2)
-
@mckenfra (2)
-
@kiasatina (2)
-
@nathanhinchey (2)
-
@rpl (1)
-
@polarn (1)
-
@ncallaway (1)
-
@ranjan-purbey (1)
-
@Rob--W (1)
-
@rodcul (1)
-
@romanrodriguez (1)
-
@sryze (1)
-
@tjfwalker (1)
-
@tiagonbotelho (1)
-
@real-or-random (1)
-
@timendum (1)
-
@Undoundoundo (1)
-
@clouserw (1)
-
@yshui (1)
-
@aabbi (1)
-
@mingchia-andy-liu (1)
-
@aniebietudoh (1)
-
@silverwind (1)
-
@Arthaey (1)
-
@abhillman (1)
-
@Caligatio (1)
-
@cammarin (1)
-
@claude (1)
-
@eemeli (1)
-
@Exagone313 (1)
-
@ericlathrop (1)
-
@ericlee4 (1)
-
@gaborluk (1)
-
@scar45 (1)
-
@Gitoffthelawn (1)
-
@gliptak (1)
-
@htwyford (1)
-
@JakeWharton (1)
-
@jaredhirsch (1)
-
@Jo-IE (1)
-
@jgmize-imuto (1)
-
@Karska-dev (1)
-
@leodag (1)
Recent Commits
-
Andrea Marchesini (08 Jun 26)
Merge pull request #2903 from mozilla/colorsAndIcons Colors and icons from the browser
-
Andrea Marchesini (03 Jun 26)
Colors and icons from the browser
-
Andrea Marchesini (11 Mar 26)
Merge pull request #2873 from emilio/always-open-color popup: Exclude "Always open" from menu colors hack.
-
Emilio Cobos Álvarez (11 Mar 26)
popup: Exclude "Always open" from menu colors hack. Since they don't need inverting. Fixes #2872
-
Andrea Marchesini (09 Mar 26)
Merge pull request #2869 from mozilla/fixPackageScript Fix package script
-
Andrea Marchesini (09 Mar 26)
Fix package script
-
Andrea Marchesini (05 Mar 26)
Merge pull request #2867 from mozilla/surveyGone Remove survey
-
Andrea Marchesini (05 Mar 26)
Remove survey
-
Andrea Marchesini (04 Mar 26)
Merge pull request #2863 from mozilla/version Version bump: 8.3.7
-
Danny Colin (03 Mar 26)
Merge pull request #2862 from mozilla/newTabSupport Add support for new tab in the re-open feature
-
Andrea Marchesini (03 Mar 26)
Version bump: 8.3.7
-
Andrea Marchesini (03 Mar 26)
Add support for new tab in the re-open feature
-
Andrea Marchesini (03 Mar 26)
Merge pull request #2721 from antondudakov/antondudakov/reopen-shortcuts Impls #1792 adds an ability to reopen current tab in the specific container with a shortcut
-
Anton Dudakov (03 Mar 26)
Fix command handler to look up cookieStoreId per command type Fix command handler to look up cookieStoreId per command type
-
Claude (03 Mar 26)
Fix command handler to look up cookieStoreId per command type Address bakulf's review: each command (open_container/reopen_in_container) now looks up its own cookieStoreId from identityState.keyboardShortcut instead of sharing the open_container key's value. Also use shorthand property in reopenInContainer and fix indentation/semicolon. https://claude.ai/code/session_01KZXcX3hBia3UyqEuJttWJR
-
Anton Dudakov (01 Mar 26)
address feedback 03
-
Anton Dudakov (26 Feb 26)
address feedback 02
-
Andrea Marchesini (11 Feb 26)
Merge pull request #2853 from mozilla/bug A small fix in proxified-containers
-
Andrea Marchesini (11 Feb 26)
A small fix in proxified-containers
-
Anton Dudakov (01 Oct 25)
address feedback
-
Anton Dudakov (15 Jul 25)
fixes merge conflicts
-
Anton Dudakov (15 Jul 25)
extracted reopenInContainer function which made it possible to remove async from the `init()`
-
Anton Dudakov (21 Feb 25)
adds an ability to reopen current tab in the specific container with a shortcut
-
Andrea Marchesini (12 Dec 25)
Merge pull request #2835 from emilio/page-action-dark-mode icons: Honor context-fill / context-fill-opacity, and dark mode as a fallback in page action icon
-
Emilio Cobos Álvarez (10 Dec 25)
icons: Honor context-fill / context-fill-opacity, and dark mode as a fallback in page action icon The only reason this icon doesn't look terrible in dark mode is because there's a hack in Firefox that we want to remove, see bug 2001318.
-
Andrea Marchesini (19 Nov 25)
Merge pull request #2828 from mozilla/surveyFinal Final survey. #2827
-
Andrea Marchesini (18 Nov 25)
Final survey
-
Andrea Marchesini (11 Nov 25)
Merge pull request #2795 from loganrosen/upgrade-web-ext Upgrade web-ext to 8.10.0
-
Logan Rosen (11 Nov 25)
Merge branch 'main' into upgrade-web-ext
-
Andrea Marchesini (30 Oct 25)
Merge pull request #2817 from mozilla/consent Data consent dialog not required + version bump
Firefox Multi-Account Containers Security
Firefox Multi-Account Containers Website
Website
Firefox Multi-Account Containers â Get this Extension for ð¦ Firefox (en-US)
Download Firefox Multi-Account Containers for Firefox. Firefox Multi-Account Containers lets you keep parts of your online life separated into color-coded tabs. Cookies are separated by container, allowing you to use the web with multiple accounts and integrate Mozilla VPN for an extra layer of privacy.
Redirects
Does not redirect
Security Checks
All 65 security checks passed
Server Details
- IP Address 151.101.129.91
- Location San Francisco, California, United States of America, NA
- ISP Fastly Inc.
- ASN AS54113
Associated Countries
-
US
Safety Score
Website marked as safe
100%
Blacklist Check
addons.mozilla.org was found on 0 blacklists
- AntiSocial Blacklist
- Artists Against 419
- Badbitcoin
- Bambenek Consulting
- CERT Polska
- CoinBlockerLists
- CRDF
- CryptoScamDB
- EtherAddressLookup
- EtherScamDB
- Fake Website Buster
- MetaMask EthPhishing
- NABP Not Recommended Sites
- OpenPhish
- PetScams
- PhishFeed
- PhishFort
- Phishing.Database
- PhishStats
- PhishTank
- Phishunt
- RPiList Not Serious
- Scam.Directory
- SecureReload Phishing List
- Spam404
- StopGunScams
- Suspicious Hosting IP
- ThreatFox
- ThreatLog
- TweetFeed
- URLhaus
- ViriBack C2 Tracker
Website Preview
Firefox Multi-Account Containers Reviews
More Browser Extensions
-
-
-
-
-
Displays a country flag depicting the location of the current website's server, which can be useful to know at a glance. Click icon for more tools such as site safety checks, whois, validation etc Download: Firefox
-
-
Linguist is a privacy‑focused translation solution in-browser that has an embedded offline translator and lets users create custom translators to use any translation API, even if it's locally deployed. Full-page translation, selected text translation, dictionary, history, and other features you may expect of a full-featured translation solution in-browser. Download: Chrome / Firefox
-
Emulates remote frameworks (e.g. jQuery, Bootstrap, Angular) and delivers them as local resource. Prevents unnecessary 3rd party requests to tracking CDNs Download: Firefox
-
Notifies you when visiting a known or potential phishing site, and detects suspicious JavaScript (including skimmers and miners). Also provides a simple rating for a given site's legitimacy and security. Great for less technical users. Netcraft also has a handy online tool: Site Report for checking what any given website is running. Download: Chrome \ Firefox \ Opera \ Edge
-
-
-
-
-
-
-
Spoofs browser's User-Agent string, making it appear that you are on a different device, browser and version to what you are actually using. This alone does very little for privacy, but combined with other tools, can allow you to keep your fingerprint changing, and feed fake info to sites tracking you. Some websites show different content, depending on your user agent. Download: Chrome - Firefox - Edge - Opera - Source
-
-
Provides user control over WebRTC privacy settings in Chromium, in order to prevent WebRTC leaks. Download: Chrome. For Firefox users, you can do this through browser settings. Test for WebRTC leaks, with browserleaks.com/webrtc
About the Data: Firefox Multi-Account Containers
API
You can access Firefox Multi-Account Containers's data programmatically via our API. Simply make a GET request to:
https://api.awesome-privacy.xyz/v1/services/firefox-multi-account-containers The REST API is free, no-auth and CORS-enabled. To learn more, view the API Docs or read the API Usage Guide.
Share Firefox Multi-Account Containers
Help your friends compare Browser Extensions, and pick
privacy-respecting software and services.
Share Firefox Multi-Account Containers and Awesome Privacy with your network!