Remove Google Redirection
Prohibit click-tracking, and prevent url redirection when clicks on the result links in Google search page
Τι είναι το Remove Google Redirection;
Το Remove Google Redirection είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://kodango.com, και η κύρια λειτουργία του είναι "Prohibit click-tracking, and prevent url redirection when clicks on the result links in Google search page".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Remove Google Redirection
Λήψη αρχείων επέκτασης Remove Google Redirection σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Prohibit click-tracking, and prevent url redirection when clicks on the result links in Google search page. If you would like to support me for my developing, you can donate me by clicking the donate button in my home page: http://kodango.com/about#i_4
Βασικές Πληροφορίες Επέκτασης
Όνομα | Remove Google Redirection |
ID | dnhjklgpiifbofihffldllbcopkinlod |
Επίσημο URL | https://chromewebstore.google.com/detail/remove-google-redirection/dnhjklgpiifbofihffldllbcopkinlod |
Περιγραφή | Prohibit click-tracking, and prevent url redirection when clicks on the result links in Google search page |
Μέγεθος Αρχείου | 16.58 KB |
Αριθμός Εγκαταστάσεων | 9,617 |
Τρέχουσα Έκδοση | 1.1.1 |
Τελευταία Ενημέρωση | 2017-11-17 |
Ημερομηνία Δημοσίευσης | 2017-11-17 |
Αξιολόγηση | 3.29/5 Συνολικά 160 Αξιολογήσεις |
Προγραμματιστής | https://kodango.com |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://kodango.com/remove-google-redirection |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/dangoakachan/Remove-Google-Redirection/issues |
Υποστηριζόμενες Γλώσσες | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "default_locale": "en", "name": "__MSG_ext_name__", "version": "1.1.1", "manifest_version": 2, "description": "__MSG_ext_desc__", "author": "kodango", "developer": { "name": "kodango", "url": "http:\/\/kodango.com" }, "homepage_url": "https:\/\/github.com\/dangoakachan\/Remove-Google-Redirection", "content_scripts": [ { "all_frames": true, "js": [ "\/remove-google-redirection.user.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "include_globs": [ "http?:\/\/www.google.*\/", "http?:\/\/www.google.*\/#hl=*", "http?:\/\/www.google.*\/search*", "http?:\/\/www.google.*\/webhp?hl=*", "https:\/\/encrypted.google.*\/", "https:\/\/encrypted.google.*\/#hl=*", "https:\/\/encrypted.gogole.*\/search*", "https:\/\/encrypted.google.*\/webhp?hl=*", "http?:\/\/ipv6.google.com\/", "http?:\/\/ipv6.google.com\/search*" ], "run_at": "document_end" } ], "icons": { "16": "\/img\/icon-16.png", "32": "\/img\/icon-32.png", "48": "\/img\/icon-48.png", "64": "\/img\/icon-64.png", "128": "\/img\/icon-128.png" }, "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "content_security_policy": "script-src 'self'; object-src 'self'" } |