chrome的uget扩展程序红色 Unable to connect with uget-integrator问题

时间:2022-02-20 08:28:02

我们根据网上的教程在ubuntu16.04中安装下载工具uget+aria2并配置chrome时,最后重新打开chrome浏览器,发现uget扩展程序是红色的,点开看到”Unable to connect with uget-integrator“问题

chrome的uget扩展程序红色 Unable to connect with uget-integrator问题

原因:

缺少uget-integrator,出错在设置uGet为chrome的默认下载插件

 sudo add-apt-repository ppa:slgobinath/uget-chrome-wrapper
sudo apt update
sudo apt install uget-chrome-wrapper

楼主也遇见了这个问题,经过多方查找发现:2018/5/10更新2018年uGet团队已将uget-chrome-wrapper采用官方插件并重新命名为uget-integrator 因此新的uget-extension插件不再支持uget-chrome-wrapper

解决方案:

Ubuntu和Linux Mint

 sudo add-apt-repository ppa:uget-team/ppa
sudo apt update
sudo apt install uget-integrator

其他Linux

 wget https://raw.githubusercontent.com/ugetdm/ugetintegrator/master/install/linux/install_uget_integrator.sh
chmod +x install_uget_integrator.sh
./install_uget_integrator.sh

安装完成重新启动浏览器,就解决了!楼主测试是ubuntu 16.04