Skip Google Redirect

Skips the Google redirect pages and takes you straight there

什么是Skip Google Redirect?

Skip Google Redirect是由robert开发的Chrome扩展程序,该扩展的主要功能是“Skips the Google redirect pages and takes you straight there”。

下载Skip Google Redirect扩展crx文件

下载Skip Google Redirect扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Skips the Google redirect pages (https://www.google.com/url*) and just takes you directly to the web page. This is often useful because that Google redirect page not only tracks you but is often slow causing your web surfing to be slow. No more!                    

扩展基本信息

名称 Skip Google Redirect Skip Google Redirect
ID eadldncondnnbbdgfncjoheallemkcjb
官方URL https://chromewebstore.google.com/detail/skip-google-redirect/eadldncondnnbbdgfncjoheallemkcjb
简介 Skips the Google redirect pages and takes you straight there
文件大小 3.39 KB
安装次数 102
当前版本 1.0.0
更新时间 2016-12-03
上架时间 2016-12-03
评分 3.50/5 共2次评分
开发者 robert
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Skip Google Redirect",
    "manifest_version": 2,
    "version": "1.0.0",
    "description": "Skips the Google redirect pages and takes you straight there",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.google.com\/url*"
    ]
}