解决 Chrome浏览器 国内网络翻译功能失效

问题原因

Chrome 浏览器自带的谷歌翻译,调用的 API 接口域名为:translate.googleapis.com

谷歌关闭了国内的服务。导致国内网络无法正常使用!

解决方法

通过hosts文件修改translate.googleapis.com域名为目前国内网络可以正常使用的IP

Windows 系统位置:C:\Windows\System32\drivers\etc\hosts
Linux / MacOS 系统位置:/etc/hosts

修改内容

# 谷歌翻译API
IP地址 translate.googleapis.com
IP地址 translate-pa.googleapis.com

自动扫描谷歌翻译可用IP软件

https://github.com/GoodCoder666/GoogleTranslate_IPFinder【推荐使用】
https://github.com/Ponderfly/GoogleTranslateIpCheck

可用IP

64.233.164.93
2404:6800:4003:c01::52
2404:6800:400a:804::2017
2607:f8b0:400a:807::2000
2607:f8b0:400d:c04::76
2a00:1450:400e:800::2017
2607:f8b0:4009:808::2017
2a00:1450:4009:80a::2017
2607:f8b0:4008:808::2017
2607:f8b0:4008:809::2000
2a00:1450:4007:80d::2017
2a00:1450:400e:802::201f
2607:f8b0:4007:809::2017
2a00:1450:4010:c06::c4
2607:f8b0:400d:c01::76
2a00:1450:4003:808::201f
2a00:1450:400e:803::2015
2a00:1450:400d:806::2019
2a00:1450:4006:804::2017
2404:6800:4007:805::2015

 

THE END