ClearURLs
Remove tracking elements from URLs.
Τι είναι το ClearURLs;
Το ClearURLs είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://clearurls.xyz, και η κύρια λειτουργία του είναι "Remove tracking elements from URLs.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης ClearURLs
Λήψη αρχείων επέκτασης ClearURLs σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension will automatically remove tracking elements from URLs to help protect your privacy when browse through the Internet. Many websites use tracking elements in the URL (e.g. https://example.com?utm_source=newsletter1&utm_medium=email&utm_campaign=sale) to mark your online activity. All that tracking code is not necessary for a website to be displayed or work correctly and can therefore be removed—that is exactly what ClearURLs does. Another common example are Amazon URLs. If you search for a product on Amazon you will see a very long URL, such as: https://www.amazon.com/dp/exampleProduct/ref=sxin_0_pb?__mk_de_DE=ÅMÅŽÕÑ&keywords=tea&pd_rd_i=exampleProduct&pd_rd_r=8d39e4cd-1e4f-43db-b6e7-72e969a84aa5&pd_rd_w=1pcKM&pd_rd_wg=hYrNl&pf_rd_p=50bbfd25-5ef7-41a2-68d6-74d854b30e30&pf_rd_r=0GMWD0YYKA7XFGX55ADP&qid=1517757263&rnid=2914120011 Indeed most of the above URL is tracking code. Once ClearURLs has cleaned the address, it will look like this: https://www.amazon.com/dp/exampleProduct All functions in a nutshell * Removes tracking from URLs automatically in the background * Blocks some common ad domains (optional) * Has a built-in tool to clean up multiple URLs at once * Supports redirection to the destination, without tracking services as middleman * Adds an entry to the context menu so that links can be copied quickly and cleanly * Blocks hyperlink auditing, also known as ping tracking * Prevents tracking injection over history API * Prevents Google from rewriting the search results (to include tracking elements) * Prevents Yandex from rewriting the search results (to include tracking elements) * Badgeds to show the currently blocked elements * Supports optional logging * Supports export/import of settings * Has a donate button
Βασικές Πληροφορίες Επέκτασης
Όνομα | ClearURLs |
ID | lckanjgmijmafbedllaakclkaicjfmnk |
Επίσημο URL | https://chromewebstore.google.com/detail/clearurls/lckanjgmijmafbedllaakclkaicjfmnk |
Περιγραφή | Remove tracking elements from URLs. |
Μέγεθος Αρχείου | 829 KB |
Αριθμός Εγκαταστάσεων | 133,346 |
Τρέχουσα Έκδοση | 1.26.0 |
Τελευταία Ενημέρωση | 2022-11-19 |
Ημερομηνία Δημοσίευσης | 2020-06-07 |
Αξιολόγηση | 3.68/5 Συνολικά 179 Αξιολογήσεις |
Προγραμματιστής | https://clearurls.xyz |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://clearurls.xyz/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://gitlab.com/KevinRoebert/ClearUrls |
Υποστηριζόμενες Γλώσσες | id,de,en,fr,nl,tr,es,it,hu,pl,pt-BR,pt-PT,sl,ru,uk,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ClearURLs", "version": "1.26.0", "author": "Kevin Roebert", "description": "__MSG_extension_description__", "homepage_url": "https:\/\/docs.clearurls.xyz", "default_locale": "en", "content_security_policy": "script-src 'self'; object-src 'none'", "icons": { "16": "img\/clearurls_16x16.png", "19": "img\/clearurls_19x19.png", "20": "img\/clearurls_20x20.png", "24": "img\/clearurls_24x24.png", "30": "img\/clearurls_30x30.png", "32": "img\/clearurls_32x32.png", "38": "img\/clearurls_38x38.png", "48": "img\/clearurls_48x48.png", "64": "img\/clearurls_64x64.png", "96": "img\/clearurls_96x96.png", "128": "img\/clearurls_128x128.png" }, "browser_action": { "browser_style": true, "default_icon": { "16": "img\/clearurls_16x16.png", "19": "img\/clearurls_19x19.png", "20": "img\/clearurls_20x20.png", "24": "img\/clearurls_24x24.png", "30": "img\/clearurls_30x30.png", "32": "img\/clearurls_32x32.png", "38": "img\/clearurls_38x38.png", "48": "img\/clearurls_48x48.png", "64": "img\/clearurls_64x64.png", "96": "img\/clearurls_96x96.png", "128": "img\/clearurls_128x128.png" }, "default_title": "ClearURLs Add-on", "default_popup": "html\/popup.html" }, "permissions": [ " |