Skip Google Redirect
Skips the Google redirect pages and takes you straight there
Τι είναι το Skip Google Redirect;
Το Skip Google Redirect είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον robert, και η κύρια λειτουργία του είναι "Skips the Google redirect pages and takes you straight there".
Λήψη αρχείου CRX της επέκτασης Skip Google Redirect
Λήψη αρχείων επέκτασης Skip Google Redirect σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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!
Βασικές Πληροφορίες Επέκτασης
Όνομα | Skip Google Redirect |
ID | eadldncondnnbbdgfncjoheallemkcjb |
Επίσημο URL | https://chromewebstore.google.com/detail/skip-google-redirect/eadldncondnnbbdgfncjoheallemkcjb |
Περιγραφή | Skips the Google redirect pages and takes you straight there |
Μέγεθος Αρχείου | 3.39 KB |
Αριθμός Εγκαταστάσεων | 102 |
Τρέχουσα Έκδοση | 1.0.0 |
Τελευταία Ενημέρωση | 2016-12-03 |
Ημερομηνία Δημοσίευσης | 2016-12-03 |
Αξιολόγηση | 3.50/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | robert |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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*" ] } |