Skip Google Redirect
Skips the Google redirect pages and takes you straight there
Cos'è Skip Google Redirect?
Skip Google Redirect è un'estensione di Chrome sviluppata da robert, e la sua funzione principale è "Skips the Google redirect pages and takes you straight there".
Scarica il file CRX dell'estensione Skip Google Redirect
Scarica i file di estensione Skip Google Redirect in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | Skip Google Redirect |
ID | eadldncondnnbbdgfncjoheallemkcjb |
URL Ufficiale | https://chromewebstore.google.com/detail/skip-google-redirect/eadldncondnnbbdgfncjoheallemkcjb |
Descrizione | Skips the Google redirect pages and takes you straight there |
Dimensione del File | 3.39 KB |
Conteggio Installazioni | 102 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2016-12-03 |
Data di Pubblicazione | 2016-12-03 |
Valutazione | 3.50/5 Totale 2 Valutazioni |
Sviluppatore | robert |
Tipo di Pagamento | free |
Lingue Supportate | 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*" ] } |