ClearURLs

Remove tracking elements from URLs.

ClearURLs là gì?

ClearURLs là một tiện ích mở rộng Chrome được phát triển bởi https://clearurls.xyz, và tính năng chính của nó là "Remove tracking elements from URLs.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ClearURLs

Tải xuống các tệp mở rộng ClearURLs dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ClearURLs ClearURLs
ID lckanjgmijmafbedllaakclkaicjfmnk
URL Chính Thức https://chromewebstore.google.com/detail/clearurls/lckanjgmijmafbedllaakclkaicjfmnk
Mô tả Remove tracking elements from URLs.
Kích Thước Tệp 829 KB
Số Lần Cài Đặt 133,346
Phiên Bản Hiện Tại 1.26.0
Cập Nhật Lần Cuối 2022-11-19
Ngày Phát Hành 2020-06-07
Đánh Giá 3.68/5 Tổng số 179 Đánh Giá
Nhà Phát Triển https://clearurls.xyz
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://clearurls.xyz/
URL Trang Trợ Giúp https://gitlab.com/KevinRoebert/ClearUrls
Ngôn Ngữ Được Hỗ Trợ 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": [
        "",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "unlimitedStorage",
        "contextMenus",
        "webNavigation",
        "tabs",
        "downloads"
    ],
    "background": {
        "scripts": [
            "browser-polyfill.js",
            "core_js\/utils\/Multimap.js",
            "core_js\/utils\/URLHashParams.js",
            "core_js\/message_handler.js",
            "external_js\/ip-range-check.js",
            "core_js\/tools.js",
            "core_js\/badgedHandler.js",
            "core_js\/pureCleaning.js",
            "core_js\/context_menu.js",
            "core_js\/historyListener.js",
            "clearurls.js",
            "core_js\/storage.js",
            "core_js\/watchdog.js",
            "core_js\/eTagFilter.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/*.google.com\/*",
                "*:\/\/*.google.ad\/*",
                "*:\/\/*.google.ae\/*",
                "*:\/\/*.google.com.af\/*",
                "*:\/\/*.google.com.ag\/*",
                "*:\/\/*.google.com.ai\/*",
                "*:\/\/*.google.al\/*",
                "*:\/\/*.google.am\/*",
                "*:\/\/*.google.co.ao\/*",
                "*:\/\/*.google.com.ar\/*",
                "*:\/\/*.google.as\/*",
                "*:\/\/*.google.at\/*",
                "*:\/\/*.google.com.au\/*",
                "*:\/\/*.google.az\/*",
                "*:\/\/*.google.ba\/*",
                "*:\/\/*.google.com.bd\/*",
                "*:\/\/*.google.be\/*",
                "*:\/\/*.google.bf\/*",
                "*:\/\/*.google.bg\/*",
                "*:\/\/*.google.com.bh\/*",
                "*:\/\/*.google.bi\/*",
                "*:\/\/*.google.bj\/*",
                "*:\/\/*.google.com.bn\/*",
                "*:\/\/*.google.com.bo\/*",
                "*:\/\/*.google.com.br\/*",
                "*:\/\/*.google.bs\/*",
                "*:\/\/*.google.bt\/*",
                "*:\/\/*.google.co.bw\/*",
                "*:\/\/*.google.by\/*",
                "*:\/\/*.google.com.bz\/*",
                "*:\/\/*.google.ca\/*",
                "*:\/\/*.google.cd\/*",
                "*:\/\/*.google.cf\/*",
                "*:\/\/*.google.cg\/*",
                "*:\/\/*.google.ch\/*",
                "*:\/\/*.google.ci\/*",
                "*:\/\/*.google.co.ck\/*",
                "*:\/\/*.google.cl\/*",
                "*:\/\/*.google.cm\/*",
                "*:\/\/*.google.cn\/*",
                "*:\/\/*.google.com.co\/*",
                "*:\/\/*.google.co.cr\/*",
                "*:\/\/*.google.com.cu\/*",
                "*:\/\/*.google.cv\/*",
                "*:\/\/*.google.com.cy\/*",
                "*:\/\/*.google.cz\/*",
                "*:\/\/*.google.de\/*",
                "*:\/\/*.google.dj\/*",
                "*:\/\/*.google.dk\/*",
                "*:\/\/*.google.dm\/*",
                "*:\/\/*.google.com.do\/*",
                "*:\/\/*.google.dz\/*",
                "*:\/\/*.google.com.ec\/*",
                "*:\/\/*.google.ee\/*",
                "*:\/\/*.google.com.eg\/*",
                "*:\/\/*.google.es\/*",
                "*:\/\/*.google.com.et\/*",
                "*:\/\/*.google.fi\/*",
                "*:\/\/*.google.com.fj\/*",
                "*:\/\/*.google.fm\/*",
                "*:\/\/*.google.fr\/*",
                "*:\/\/*.google.ga\/*",
                "*:\/\/*.google.ge\/*",
                "*:\/\/*.google.gg\/*",
                "*:\/\/*.google.com.gh\/*",
                "*:\/\/*.google.com.gi\/*",
                "*:\/\/*.google.gl\/*",
                "*:\/\/*.google.gm\/*",
                "*:\/\/*.google.gp\/*",
                "*:\/\/*.google.gr\/*",
                "*:\/\/*.google.com.gt\/*",
                "*:\/\/*.google.gy\/*",
                "*:\/\/*.google.com.hk\/*",
                "*:\/\/*.google.hn\/*",
                "*:\/\/*.google.hr\/*",
                "*:\/\/*.google.ht\/*",
                "*:\/\/*.google.hu\/*",
                "*:\/\/*.google.co.id\/*",
                "*:\/\/*.google.ie\/*",
                "*:\/\/*.google.co.il\/*",
                "*:\/\/*.google.im\/*",
                "*:\/\/*.google.co.in\/*",
                "*:\/\/*.google.iq\/*",
                "*:\/\/*.google.is\/*",
                "*:\/\/*.google.it\/*",
                "*:\/\/*.google.je\/*",
                "*:\/\/*.google.com.jm\/*",
                "*:\/\/*.google.jo\/*",
                "*:\/\/*.google.co.jp\/*",
                "*:\/\/*.google.co.ke\/*",
                "*:\/\/*.google.com.kh\/*",
                "*:\/\/*.google.ki\/*",
                "*:\/\/*.google.kg\/*",
                "*:\/\/*.google.co.kr\/*",
                "*:\/\/*.google.com.kw\/*",
                "*:\/\/*.google.kz\/*",
                "*:\/\/*.google.la\/*",
                "*:\/\/*.google.com.lb\/*",
                "*:\/\/*.google.li\/*",
                "*:\/\/*.google.lk\/*",
                "*:\/\/*.google.co.ls\/*",
                "*:\/\/*.google.lt\/*",
                "*:\/\/*.google.lu\/*",
                "*:\/\/*.google.lv\/*",
                "*:\/\/*.google.com.ly\/*",
                "*:\/\/*.google.co.ma\/*",
                "*:\/\/*.google.md\/*",
                "*:\/\/*.google.me\/*",
                "*:\/\/*.google.mg\/*",
                "*:\/\/*.google.mk\/*",
                "*:\/\/*.google.ml\/*",
                "*:\/\/*.google.com.mm\/*",
                "*:\/\/*.google.mn\/*",
                "*:\/\/*.google.ms\/*",
                "*:\/\/*.google.com.mt\/*",
                "*:\/\/*.google.mu\/*",
                "*:\/\/*.google.mv\/*",
                "*:\/\/*.google.mw\/*",
                "*:\/\/*.google.com.mx\/*",
                "*:\/\/*.google.com.my\/*",
                "*:\/\/*.google.co.mz\/*",
                "*:\/\/*.google.com.na\/*",
                "*:\/\/*.google.com.nf\/*",
                "*:\/\/*.google.com.ng\/*",
                "*:\/\/*.google.com.ni\/*",
                "*:\/\/*.google.ne\/*",
                "*:\/\/*.google.nl\/*",
                "*:\/\/*.google.no\/*",
                "*:\/\/*.google.com.np\/*",
                "*:\/\/*.google.nr\/*",
                "*:\/\/*.google.nu\/*",
                "*:\/\/*.google.co.nz\/*",
                "*:\/\/*.google.com.om\/*",
                "*:\/\/*.google.com.pa\/*",
                "*:\/\/*.google.com.pe\/*",
                "*:\/\/*.google.com.pg\/*",
                "*:\/\/*.google.com.ph\/*",
                "*:\/\/*.google.com.pk\/*",
                "*:\/\/*.google.pl\/*",
                "*:\/\/*.google.pn\/*",
                "*:\/\/*.google.com.pr\/*",
                "*:\/\/*.google.ps\/*",
                "*:\/\/*.google.pt\/*",
                "*:\/\/*.google.com.py\/*",
                "*:\/\/*.google.com.qa\/*",
                "*:\/\/*.google.ro\/*",
                "*:\/\/*.google.ru\/*",
                "*:\/\/*.google.rw\/*",
                "*:\/\/*.google.com.sa\/*",
                "*:\/\/*.google.com.sb\/*",
                "*:\/\/*.google.sc\/*",
                "*:\/\/*.google.se\/*",
                "*:\/\/*.google.com.sg\/*",
                "*:\/\/*.google.sh\/*",
                "*:\/\/*.google.si\/*",
                "*:\/\/*.google.sk\/*",
                "*:\/\/*.google.com.sl\/*",
                "*:\/\/*.google.sn\/*",
                "*:\/\/*.google.so\/*",
                "*:\/\/*.google.sm\/*",
                "*:\/\/*.google.sr\/*",
                "*:\/\/*.google.st\/*",
                "*:\/\/*.google.com.sv\/*",
                "*:\/\/*.google.td\/*",
                "*:\/\/*.google.tg\/*",
                "*:\/\/*.google.co.th\/*",
                "*:\/\/*.google.com.tj\/*",
                "*:\/\/*.google.tk\/*",
                "*:\/\/*.google.tl\/*",
                "*:\/\/*.google.tm\/*",
                "*:\/\/*.google.tn\/*",
                "*:\/\/*.google.to\/*",
                "*:\/\/*.google.com.tr\/*",
                "*:\/\/*.google.tt\/*",
                "*:\/\/*.google.com.tw\/*",
                "*:\/\/*.google.co.tz\/*",
                "*:\/\/*.google.com.ua\/*",
                "*:\/\/*.google.co.ug\/*",
                "*:\/\/*.google.co.uk\/*",
                "*:\/\/*.google.com.uy\/*",
                "*:\/\/*.google.co.uz\/*",
                "*:\/\/*.google.com.vc\/*",
                "*:\/\/*.google.co.ve\/*",
                "*:\/\/*.google.vg\/*",
                "*:\/\/*.google.co.vi\/*",
                "*:\/\/*.google.com.vn\/*",
                "*:\/\/*.google.vu\/*",
                "*:\/\/*.google.ws\/*",
                "*:\/\/*.google.rs\/*",
                "*:\/\/*.google.co.za\/*",
                "*:\/\/*.google.co.zm\/*",
                "*:\/\/*.google.co.zw\/*",
                "*:\/\/*.google.cat\/*"
            ],
            "js": [
                "core_js\/google_link_fix.js"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "matches": [
                "*:\/\/*.yandex.ru\/*",
                "*:\/\/*.yandex.com\/*",
                "*:\/\/*.ya.ru\/*"
            ],
            "js": [
                "core_js\/yandex_link_fix.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_ui": {
        "page": "html\/settings.html"
    }
}