Skip Google Redirect
Skips the Google redirect pages and takes you straight there
Was ist Skip Google Redirect?
Skip Google Redirect ist eine Chrome-Erweiterung, die von robert entwickelt wurde, und ihr Hauptmerkmal ist "Skips the Google redirect pages and takes you straight there".
Skip Google Redirect-Erweiterungs-CRX-Datei herunterladen
Laden Sie Skip Google Redirect-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | Skip Google Redirect |
ID | eadldncondnnbbdgfncjoheallemkcjb |
Offizielle URL | https://chromewebstore.google.com/detail/skip-google-redirect/eadldncondnnbbdgfncjoheallemkcjb |
Beschreibung | Skips the Google redirect pages and takes you straight there |
Dateigröße | 3.39 KB |
Installationsanzahl | 102 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2016-12-03 |
Veröffentlichungsdatum | 2016-12-03 |
Bewertung | 3.50/5 Insgesamt 2 Bewertungen |
Entwickler | robert |
Zahlungsart | free |
Unterstützte Sprachen | 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*" ] } |