clarkdave / ffcontainers

Synchronize Firefox Multi-Account Containers configuration among different machines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Export/Import Firefox Multi-Account Containers

This bash script allows to synchronize Firefox containers among different machines.

Note: the script is currently working just with the updated version of Firefox Multi-Account Containers

Usage

Export containers

$ ./ffcontainers export
Containers successfully exported in:	 ffcontainers-PROFILE-20190210.zip

Import containers

$ ./ffcontainers import ffcontainers-PROFILE-20190210.zip
Containers successfully imported

Dependencies

  • zip
  • jq - needed just in case of multiple profiles in Mozilla Firefox

Supported

TODO

  • Custom Mozilla Firefox installation paths
  • Automatic check extension's version
  • Incremental update of containers

About

Synchronize Firefox Multi-Account Containers configuration among different machines


Languages

Language:Shell 100.0%