Skip Google Redirect

Skips the Google redirect pages and takes you straight there

Hvad er Skip Google Redirect?

Skip Google Redirect er en Chrome-udvidelse udviklet af robert, og dens hovedfunktion er "Skips the Google redirect pages and takes you straight there".

Download Skip Google Redirect-udvidelses-CRX-fil

Download Skip Google Redirect-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Skip Google Redirect Skip Google Redirect
ID eadldncondnnbbdgfncjoheallemkcjb
Officiel URL https://chromewebstore.google.com/detail/skip-google-redirect/eadldncondnnbbdgfncjoheallemkcjb
Beskrivelse Skips the Google redirect pages and takes you straight there
Filstørrelse 3.39 KB
Antal Installationer 102
Nuværende Version 1.0.0
Senest Opdateret 2016-12-03
Udgivelsesdato 2016-12-03
Bedømmelse 3.50/5 Samlet 2 Bedømmelser
Udvikler robert
Betalingsmetode free
Understøttede Sprog 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*"
    ]
}