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
11 Jul 26
Latest version
Primary Language
JavaScript
Size
4,207 KB
Stars
3,104
Forks
419
Watchers
3,104
Language Usage
Star History
Top Contributors
-
@groovecoder (337)
-
@bakulf (190)
-
@jonathanKingston (181)
-
@kendallwerts (116)
-
@dannycolin (83)
-
@lesleyjanenorton (74)
-
@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)
-
@Gitoffthelawn (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)
-
@Arthaey (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)
-
@abhillman (1)
-
@Caligatio (1)
-
@cammarin (1)
-
@claude (1)
-
@eemeli (1)
-
@Exagone313 (1)
-
@ericlathrop (1)
-
@ericlee4 (1)
-
@gaborluk (1)
-
@scar45 (1)
-
@gliptak (1)
-
@htwyford (1)
-
@JakeWharton (1)
-
@jaredhirsch (1)
-
@Jo-IE (1)
-
@jgmize-imuto (1)
-
@Karska-dev (1)
-
@leodag (1)
-
@rpl (1)
Recent Commits
-
Danny Colin (25 Jun 26)
Merge pull request #2890 from Gitoffthelawn/patch-2 Make container list scrollable in urlbar button dropdown (fixes #2888)
-
Danny Colin (25 Jun 26)
Fix linting errors
-
Gitoffthelawn (18 Jun 26)
Merge branch 'mozilla:main' into patch-2
-
Andrea Marchesini (17 Jun 26)
Merge pull request #2906 from mozilla/version-bump Bump version to 8.3.8
-
Lesley Norton (17 Jun 26)
And package-lock.json
-
Lesley Norton (17 Jun 26)
Bump version to 8.3.8
-
Andrea Marchesini (17 Jun 26)
Merge pull request #2882 from mozilla/validationUrl Add a URL validation for the confirmation page
-
Gitoffthelawn (11 Jun 26)
Merge branch 'mozilla:main' into patch-2
-
Andrea Marchesini (10 Jun 26)
Merge pull request #2905 from mozilla/syncColor Make new color syncable
-
Andrea Marchesini (09 Jun 26)
Make new color syncable
-
Gitoffthelawn (08 Jun 26)
Merge branch 'mozilla:main' into patch-2
-
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
-
Gitoffthelawn (03 May 26)
Make container list scrollable in urlbar button dropdown (fixes #2888) Fixes #2888
-
Andrea Marchesini (07 Apr 26)
Add a URL validation for the confirmation page
-
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
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!