Trace - Online Tracking Protection
Browse online without leaving a Trace, because who wants to be tracked?
Τι είναι το Trace - Online Tracking Protection;
Το Trace - Online Tracking Protection είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον AbsoluteDouble, και η κύρια λειτουργία του είναι "Browse online without leaving a Trace, because who wants to be tracked?".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Trace - Online Tracking Protection
Λήψη αρχείων επέκτασης Trace - Online Tracking Protection σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Trace An extension to stop multiple advanced tracking techniques employed by websites all over the web. ==================================== Trace can protect against: - Canvas Fingerprint Spoofing - Audio Fingerprinting Protection - WebGL Fingerprinting Protection - JS Crypto Currency Mining Domain Blocking - WebRTC IP Leakage Protection - WebRTC Device Enumeration Protection - Client Rects Protection - User-Agent Spoofing - Network Information API Spoofing - Browser Plugin Fingerprinting Protection - Hardware Fingerprinting Protection - Beacon/'Ping' Request Blocking - Blocks Malicious Top Level Domains - Hyperlink Auditing Prevention - HTTP Referrer Headers Controls - Google Header Tracking Controls - E-Tag Tracking Mitigation - Screen Resolution Spoofing - Battery API Spoofing - Removal of specific Tracking Cookies - Removal of URL Tracking Parameters A Changelog is available here: https://absolutedouble.co.uk/trace/information.html Source code is available here: https://github.com/jake-cryptic/AbsoluteDoubleTrace/ ==================================== Trace was made in my spare time as an extension to stop online tracking and give the user more control over browser features which may have been hard to find, or in other cases enabled with no option to disable. There is no team of developers behind Trace, I wrote it by myself and so you can be sure that there is no evil corporation behind it trying to get your data. ==================================== Privacy Policy can be found in the options page or at: https://absolutedouble.co.uk/trace/privacy.html
Βασικές Πληροφορίες Επέκτασης
Όνομα | Trace - Online Tracking Protection |
ID | njkmjblmcfiobddjgebnoeldkjcplfjb |
Επίσημο URL | https://chromewebstore.google.com/detail/trace-online-tracking-pro/njkmjblmcfiobddjgebnoeldkjcplfjb |
Περιγραφή | Browse online without leaving a Trace, because who wants to be tracked? |
Μέγεθος Αρχείου | 341 KB |
Αριθμός Εγκαταστάσεων | 44,632 |
Τρέχουσα Έκδοση | 3.0.6 |
Τελευταία Ενημέρωση | 2021-06-01 |
Ημερομηνία Δημοσίευσης | 2020-03-12 |
Αξιολόγηση | 4.30/5 Συνολικά 54 Αξιολογήσεις |
Προγραμματιστής | AbsoluteDouble |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://absolutedouble.co.uk/trace/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://absolutedouble.co.uk/trace/faq.html |
URL της Σελίδας Πολιτικής Απορρήτου | https://absolutedouble.co.uk/trace/privacy.html |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_addon_name__", "short_name": "Trace", "author": "AbsoluteDouble", "description": "__MSG_addon_description__", "default_locale": "en", "minimum_chrome_version": "41", "version": "3.0.6", "homepage_url": "https:\/\/absolutedouble.co.uk\/trace\/", "options_page": "html\/options.html", "options_ui": { "page": "html\/options.html", "chrome_style": false, "open_in_tab": true }, "incognito": "spanning", "browser_action": { "default_icon": { "32": "icons\/trace_32.png", "64": "icons\/trace_64.png", "128": "icons\/trace_128.png", "256": "icons\/trace_256.png" }, "default_title": "Trace | Tracking Protection", "default_popup": "html\/report.html" }, "commands": { "ToggleTraceWeb": { "suggested_key": { "default": "Ctrl+Shift+E", "mac": "Command+Shift+E" }, "description": "Toggle Web Controller" }, "PauseTrace": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "Command+Shift+F" }, "description": "Pause Trace" }, "OpenTraceSettings": { "suggested_key": { "default": "Ctrl+Shift+X", "mac": "Command+Shift+X" }, "description": "Open the Trace dashboard" } }, "icons": { "32": "icons\/trace_32.png", "64": "icons\/trace_64.png", "128": "icons\/trace_128.png", "256": "icons\/trace_256.png" }, "permissions": [ "alarms", "notifications", "privacy", "storage", "unlimitedStorage", "tabs", "webRequest", "webRequestBlocking", " |