Skip Google Redirect
Skips the Google redirect pages and takes you straight there
Wat is Skip Google Redirect?
Skip Google Redirect is een Chrome-extensie ontwikkeld door robert, en de belangrijkste functie is "Skips the Google redirect pages and takes you straight there".
Download het CRX-bestand van de extensie Skip Google Redirect
Download Skip Google Redirect-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
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!
Basisinformatie over de Extensie
Naam | Skip Google Redirect |
ID | eadldncondnnbbdgfncjoheallemkcjb |
Officiële URL | https://chromewebstore.google.com/detail/skip-google-redirect/eadldncondnnbbdgfncjoheallemkcjb |
Beschrijving | Skips the Google redirect pages and takes you straight there |
Bestandsgrootte | 3.39 KB |
Aantal Installaties | 102 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2016-12-03 |
Publicatiedatum | 2016-12-03 |
Beoordeling | 3.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | robert |
Betalingswijze | free |
Ondersteunde Talen | 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*" ] } |