Redirect Google Redirects

Redirect requests to google.com/url directly

Wat is Redirect Google Redirects?

Redirect Google Redirects is een Chrome-extensie ontwikkeld door graeme phillips, en de belangrijkste functie is "Redirect requests to google.com/url directly".

Download het CRX-bestand van de extensie Redirect Google Redirects

Download Redirect Google Redirects-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Redirect Google Redirects Redirect Google Redirects
ID nlacgjiklmjjejlgoclnjhndjaiempdo
Officiële URL https://chromewebstore.google.com/detail/redirect-google-redirects/nlacgjiklmjjejlgoclnjhndjaiempdo
Beschrijving Redirect requests to google.com/url directly
Bestandsgrootte 6.85 KB
Aantal Installaties 1,281
Huidige Versie 1
Laatst Bijgewerkt 2015-03-15
Publicatiedatum 2015-03-14
Beoordeling 4.30/5 Totaal 20 Beoordelingen
Ontwikkelaar graeme phillips
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://github.com/graemephi/imgur-uploader/wiki
Ondersteunde Talen 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"
        ]
    }
}