
Containerise by kintesh
Automatically open websites in a dedicated container. Simply add rules to map domain or subdomain to your container.
2,077 Users2,077 Users
Extension Metadata
Screenshots




About this extension
Firefox extension to automatically open websites in a container. Map multiple domains and subdomain to a container with simple csv based config. Once mapped, this extension will always open the site in a container. This behaviour is disabled in private mode.
Usage
Usage
Basic mapping:
amazon.co.uk, Shopping will open all amazon.co.uk (not subdomains) links in Shopping container.
Glob:
!*.amazon.co.uk, Shopping will be treated as *.amazon.co.uk glob pattern. (suitable to subdomains)
Regex:
@.+\.amazon\.co\.uk$, Shopping will be treat as .+\.amazon\.co\.uk$ regex. (suitable to subdomains and complex paths)
Please open an issue over here https://github.com/kintesh/containerise. PR are welcomed.
Rated 4.4 by 130 reviewers
Permissions and dataLearn more
Required permissions:
- Access browser tabs
- Access your data for all websites
More information
- Add-on Links
- Version
- 3.9.0
- Size
- 281.11 KB
- Last updated
- 5 years ago (Feb 10, 2021)
- Related Categories
- License
- MIT License
- Version History
- Add to collection
Release notes for 3.9.0
## [3.9.0] - 10 Feb 2021
### Added
- Remove temporary tabs if keepOldTabs is true. Fixes #93
### Fixed
- Fix issue where www.* hostnames don't work
### Added
- Remove temporary tabs if keepOldTabs is true. Fixes #93
### Fixed
- Fix issue where www.* hostnames don't work