This library makes it easy to install external extensions on Google Chrome and other Chromium-based browsers.
This was made initially to be used with Tauri, however it is versatile and can be used anywhere.
use chrome_extension_installer::install_extension;
pub fn main() {
install_extension("bcjindcccaagfpapjjmafapmmgkkhgoa").unwrap();
}