Coder Social home page Coder Social logo

google-access-helper's Introduction

谷歌访问助手

最简单易用的谷歌访问助手,为chrome扩展用户量身打造。可以解决chrome扩展无法自动更新的问题,同时可以访问谷歌google搜索,gmail邮箱,google+等谷歌服务。

Google搜索 Chrome商店 Gmail邮箱 Google+

本软件已破解,可永久免费使用!

安装说明

由于新版本Chrome已禁止安装第三方应用,且本破解版无法上传至Chrome网上应用店,较为直接的安装方法是在开发者模式下加载本插件,具体步骤如下:

  1. 克隆本仓库到本地或下载master.zip后解压
  2. 打开Chrome扩展程序管理器 chrome://extensions
  3. 勾选开发者模式
  4. 点击加载已解压的扩展程序,选择本扩展所在目录

此方法安装后,每次启动Chrome都会提示“请停止以开发者模式运行的扩展程序”。如果想关掉这个提示,可以将本插件添加至Chrome白名单,详情请见Wiki

破解说明

  • 该插件的核心代码为bg.js。该文件已做代码混淆和压缩,本破解版已对该文件进行格式化。

  • 该插件在Chrome启动时会检测打开的标签页是否包含推广网站,以此判断用户是否将推广网站设置为首页。因此,只需在检测标签页网址的代码上强行加入推广网站的地址,即可让该插件认为已将其添加为首页,不受12小时试用时间的限制。

    a.links.push("http://360.hao245.com");
    a.links.push("http://123.hao245.com");
  • 该插件通过代理服务器访问Google,代理服务器的地址和密码以及PAC脚本均由插件动态获取。研究发现,即使将PAC脚本替换掉,依然只能访问Google和GMail,其余网站无法打开,表明服务器端已进行了限制。

google-access-helper's People

Contributors

haotian-wang avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.