Skip Google Redirect

Skips the Google redirect pages and takes you straight there

Co je Skip Google Redirect?

Skip Google Redirect je rozšíření Chrome vyvinuté robert, a jeho hlavní funkcí je „Skips the Google redirect pages and takes you straight there“.

Stáhnout soubor CRX rozšíření Skip Google Redirect

Stáhněte si soubory rozšíření Skip Google Redirect ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Skip Google Redirect Skip Google Redirect
ID eadldncondnnbbdgfncjoheallemkcjb
Oficiální URL https://chromewebstore.google.com/detail/skip-google-redirect/eadldncondnnbbdgfncjoheallemkcjb
Popis Skips the Google redirect pages and takes you straight there
Velikost souboru 3.39 KB
Počet instalací 102
Aktuální Verze 1.0.0
Poslední Aktualizace 2016-12-03
Datum Vydání 2016-12-03
Hodnocení 3.50/5 Celkem 2 Hodnocení
Vývojář robert
Typ Platby free
Podporované Jazyky 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*"
    ]
}