NoTrack - Block Redirection Tracking
Prevents redirect links from tracking you in popular search engines.
Τι είναι το NoTrack - Block Redirection Tracking;
Το NoTrack - Block Redirection Tracking είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον loora, και η κύρια λειτουργία του είναι "Prevents redirect links from tracking you in popular search engines.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης NoTrack - Block Redirection Tracking
Λήψη αρχείων επέκτασης NoTrack - Block Redirection Tracking σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
NoTrack - Block Redirection Tracking extension helps you prevent redirect URLs from tracking you in popular search engines. It is currently working for Google, Yahoo and Bing search engines. You can add desired rules (with regular expressions) in the options page. When a rule is matched with a redirect URL, it is blocked (or redirected) and therefore the host server won't be able to track you. You can add any regular expressions that you would like in the options page. But please note that you need to add rules comma separated. Before adding the rules please make sure they are working correctly otherwise it might break the add-on. Bade icon text shows you the number of blocked URLs. In order to report bugs, please fill the bug report form in the add-on's homepage (http://mybrowseraddon.com/notrack.html).
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | knjgjcgmkldnfeejjmacjojljgbhcdbf |
Επίσημο URL | https://chrome.google.com/webstore/detail/notrack-block-redirection/knjgjcgmkldnfeejjmacjojljgbhcdbf |
Περιγραφή | Prevents redirect links from tracking you in popular search engines. |
Μέγεθος Αρχείου | 62.21 KB |
Αριθμός Εγκαταστάσεων | 700 |
Τρέχουσα Έκδοση | 0.1.0 |
Τελευταία Ενημέρωση | 2018-06-26 |
Ημερομηνία Δημοσίευσης | 2018-06-26 |
Αξιολόγηση | 3.67/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | loora |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://mybrowseraddon.com/notrack.html |
Διεύθυνση URL της Σελίδας Βοήθειας | http://mybrowseraddon.com/notrack.html |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.0", "manifest_version": 2, "short_name": "notrack", "name": "NoTrack - Block Redirection Tracking", "background": { "page": "lib\/chrome\/background.html" }, "homepage_url": "http:\/\/mybrowseraddon.com\/notrack.html", "options_ui": { "chrome_style": true, "page": "data\/options\/options.html" }, "permissions": [ "storage", " |