Skip Google Redirect

Skips the Google redirect pages and takes you straight there

What is Skip Google Redirect?

Skip Google Redirect is a Chrome extension developed by robert, and its main feature is "Skips the Google redirect pages and takes you straight there".

Download Skip Google Redirect Extension CRX File

Download Skip Google Redirect extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Skip Google Redirect Skip Google Redirect
ID eadldncondnnbbdgfncjoheallemkcjb
Official URL https://chromewebstore.google.com/detail/skip-google-redirect/eadldncondnnbbdgfncjoheallemkcjb
Description Skips the Google redirect pages and takes you straight there
File Size 3.39 KB
Installation Count 102
Current Version 1.0.0
Last Updated 2016-12-03
Publish Date 2016-12-03
Rating 3.50/5 Total 2 Ratings
Developer robert
Payment Type free
Supported Languages 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*"
    ]
}