Skip Google Redirect

Skips the Google redirect pages and takes you straight there

Co to jest Skip Google Redirect?

Skip Google Redirect to rozszerzenie Chrome opracowane przez robert, a jego główną funkcją jest „Skips the Google redirect pages and takes you straight there”.

Pobierz plik CRX rozszerzenia Skip Google Redirect

Pobierz pliki rozszerzeń Skip Google Redirect w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Skip Google Redirect Skip Google Redirect
ID eadldncondnnbbdgfncjoheallemkcjb
Oficjalny URL https://chromewebstore.google.com/detail/skip-google-redirect/eadldncondnnbbdgfncjoheallemkcjb
Opis Skips the Google redirect pages and takes you straight there
Rozmiar pliku 3.39 KB
Liczba instalacji 102
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2016-12-03
Data Publikacji 2016-12-03
Ocena 3.50/5 Łącznie 2 Oceny
Deweloper robert
Typ Płatności free
Obsługiwane Języki 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*"
    ]
}