Google Chrome无法添加扩展程序(插件)的解决方案

       在chrome添加扩展程序时总是显示“正在检查”,很恶心的一件事。解决这个问题的关键是无法下载扩展程序,因为google的相关网站已经被封掉了。解决方案有两种:

  1. 在翻墙的情况下可以添加,这个绝对没有问题。

  2. 手动在host文件里面添加google的ip,方法如下:

    1. 进入到dos命令下,输入命令:pingwww.google.com

  3. 将获取到的IP地址添加到host文件,host文件在C:\Windows\System32\drivers\etc路径下面,需要添加这么些内容:74.125.128.103 encrypted.google.com
    74.125.128.103 suggestqueries.google.com
    74.125.128.103 mail.google.com
    74.125.128.103 groups.google.com
    74.125.128.103 groups.google.com.hk
    74.125.128.103 docs.google.com
    74.125.128.103 docs0.google.com
    74.125.128.103 docs1.google.com
    74.125.128.103 spreadsheets.google.com
    74.125.128.103 spreadsheets0.google.com
    74.125.128.103 webcache.googleusercontent.com
    74.125.128.103 sites.google.com
    74.125.128.103 talkgadget.google.com
    74.125.128.103 clients1.google.com
    74.125.128.103 clients2.google.com
    74.125.128.103 clients3.google.com
    74.125.128.103 clients4.google.com
    74.125.128.103 code.google.com
    74.125.128.103 plus.google.com    74.125.128.103 plus.url.google.com,将IP换成你ping到的IP就可以了!


猜你喜欢

转载自blog.csdn.net/leecho571/article/details/7482663