Skip Google Redirect

Skips the Google redirect pages and takes you straight there

Vad är Skip Google Redirect?

Skip Google Redirect är en Chrome-tillägg utvecklad av robert, och dess huvudfunktion är "Skips the Google redirect pages and takes you straight there".

Ladda ner Skip Google Redirect-förlängningens CRX-fil

Ladda ner Skip Google Redirect-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Skip Google Redirect Skip Google Redirect
ID eadldncondnnbbdgfncjoheallemkcjb
Officiell webbadress https://chromewebstore.google.com/detail/skip-google-redirect/eadldncondnnbbdgfncjoheallemkcjb
Beskrivning Skips the Google redirect pages and takes you straight there
Filstorlek 3.39 KB
Antal Installationer 102
Aktuell Version 1.0.0
Senast Uppdaterad 2016-12-03
Publiceringsdatum 2016-12-03
Betyg 3.50/5 Totalt 2 Betyg
Utvecklare robert
Betalningssätt free
Stödda Språk 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*"
    ]
}