IDX Privacy
IDX Privacy locates and blocks 3rd party online tracking systems and privacy invasion attempts at once.
Τι είναι το IDX Privacy;
Το IDX Privacy είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον IDX, και η κύρια λειτουργία του είναι "IDX Privacy locates and blocks 3rd party online tracking systems and privacy invasion attempts at once.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης IDX Privacy
Λήψη αρχείων επέκτασης IDX Privacy σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
IDX Privacy detects and blocks all 3rd party tracking and privacy invasion attempts at once. IDX Privacy extension is standalone. What Does IDX Privacy Do? Every time you use the internet, you leave the traces of personal information behind. That information is then gathered and matched with dozens of unique identifiers to create a profile. Computer experts call that information tracking “digital fingerprint”, as it can help identify each user based on the collected data. All major browsers have the ability to gather your digital fingerprints during your browsing session, thus creating your personal tracking profile – your digital fingerprint! These unique profiles are then sold to advertising agencies, resulting in so-called “personalized” popups, commercials and other forms of ads. Furthermore, that information can also be abused if it reaches the wrong hands. IDX Privacy allows you to proactively deny such profiling and tracking attempts. Without affecting your browsing experience, IDX Privacy will block all tracking attempts made by either cookies, fingerprinting algorithms or other tracking methods – thus allowing you to browse the internet without any personal information leaked. Be it your browsing habits, shopping preferences, or social activity – that information is now all yours to keep for yourself. Ad Blocker! Surf the web safely and conveniently without being annoyed by flashing banners and distracting ads. The Ad Blocking feature will block both static and dynamic banners, making your browsing experience smoother and faster. Key Features: • Fingerprinting Log Detection and Protection • Hiding Personal Information • Masking Browsing Preferences • Blocking Third Party Trackers • Hiding Browser Data • Ad Blocker
Βασικές Πληροφορίες Επέκτασης
Όνομα | IDX Privacy |
ID | ihoengccmhdfpgeajdljjnalhdjncbbp |
Επίσημο URL | https://chromewebstore.google.com/detail/idx-privacy/ihoengccmhdfpgeajdljjnalhdjncbbp |
Περιγραφή | IDX Privacy locates and blocks 3rd party online tracking systems and privacy invasion attempts at once. |
Μέγεθος Αρχείου | 177 KB |
Αριθμός Εγκαταστάσεων | 1,838 |
Τρέχουσα Έκδοση | 0.0.5 |
Τελευταία Ενημέρωση | 2023-01-25 |
Ημερομηνία Δημοσίευσης | 2020-08-31 |
Αξιολόγηση | 5.00/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | IDX |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.myidcare.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://app.myidcare.com/member |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.idx.us/privacy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "IDX Privacy locates and blocks 3rd party online tracking systems and privacy invasion attempts at once.", "manifest_version": 2, "name": "IDX Privacy", "homepage_url": "https:\/\/www.myidcare.com\/", "author": "IDX Privacy", "version": "0.0.5", "permissions": [ "privacy", "browsingData", "history", "cookies", "storage", "tabs", "webNavigation", "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "128": "Resources\/icon128.png", "48": "Resources\/icon48.png" }, "browser_action": { "default_icon": { "20": "Resources\/icon20.png", "40": "Resources\/icon40.png" }, "default_title": "IDX Privacy", "default_popup": "popup.html" }, "web_accessible_resources": [ "scr\/common.js", "scr\/inject.js" ], "background": { "scripts": [ "scr\/common.js", "scr\/filters.js", "scr\/adblocker.js", "scripts\/aes.js", "setup.js", "scr\/md5.js", "scr\/tabs.js", "scr\/vars.js", "scr\/white.js", "scr\/background.js" ], "persistent": true } } |