Redirect Google Redirects

Redirect requests to google.com/url directly

Co to jest Redirect Google Redirects?

Redirect Google Redirects to rozszerzenie Chrome opracowane przez graeme phillips, a jego główną funkcją jest „Redirect requests to google.com/url directly”.

Pobierz plik CRX rozszerzenia Redirect Google Redirects

Pobierz pliki rozszerzeń Redirect Google Redirects 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

                        This extension registers a webRequest listener to intercept requests made to google.com/url and redirect the request to the actual URL directly instead of through Google. This does not replace the URLs in links.                    

Podstawowe informacje o rozszerzeniu

Nazwa Redirect Google Redirects Redirect Google Redirects
ID nlacgjiklmjjejlgoclnjhndjaiempdo
Oficjalny URL https://chromewebstore.google.com/detail/redirect-google-redirects/nlacgjiklmjjejlgoclnjhndjaiempdo
Opis Redirect requests to google.com/url directly
Rozmiar pliku 6.85 KB
Liczba instalacji 1,281
Aktualna Wersja 1
Ostatnia Aktualizacja 2015-03-15
Data Publikacji 2015-03-14
Ocena 4.30/5 Łącznie 20 Oceny
Deweloper graeme phillips
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://github.com/graemephi/imgur-uploader/wiki
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Redirect Google Redirects",
    "description": "Redirect requests to google.com\/url directly",
    "author": "graeme phillips",
    "version": "1",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/www.google.com\/url*"
    ],
    "background": {
        "scripts": [
            "js\/main.js"
        ]
    }
}