Redirect Google Redirects

Redirect requests to google.com/url directly

Co je Redirect Google Redirects?

Redirect Google Redirects je rozšíření Chrome vyvinuté graeme phillips, a jeho hlavní funkcí je „Redirect requests to google.com/url directly“.

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

Stáhněte si soubory rozšíření Redirect Google Redirects 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í

                        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.                    

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

Název Redirect Google Redirects Redirect Google Redirects
ID nlacgjiklmjjejlgoclnjhndjaiempdo
Oficiální URL https://chromewebstore.google.com/detail/redirect-google-redirects/nlacgjiklmjjejlgoclnjhndjaiempdo
Popis Redirect requests to google.com/url directly
Velikost souboru 6.85 KB
Počet instalací 1,281
Aktuální Verze 1
Poslední Aktualizace 2015-03-15
Datum Vydání 2015-03-14
Hodnocení 4.30/5 Celkem 20 Hodnocení
Vývojář graeme phillips
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://github.com/graemephi/imgur-uploader/wiki
Podporované Jazyky 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"
        ]
    }
}