Traceless

Clears browsing data at startup and on exit.

Traceless là gì?

Traceless là một tiện ích mở rộng Chrome được phát triển bởi trace-less.com, và tính năng chính của nó là "Clears browsing data at startup and on exit.".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Traceless 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

                        🕵️‍♂️ Traceless is a Chrome extension crafted to boost your online privacy, enabling incognito mode browsing with a simple ‘i’ and spacebar or tab input. This feature 🛡️ shields your browsing history and search queries from being stored. When you activate the extension, you can choose to browse in incognito mode, granting an extra layer of privacy and security.

How it actually works:
1. Enter the keyword “i+space/tab” to activate incognito mode
2. Conduct searches
3. If you want to leave safe mode and delete history, just switch or open another tab.
4. To use incognito mode again, just switch to the tab you opened in the first step or enter the keyword again

Moreover, Traceless provides you with the ability to mark specific websites and choose to clear only those from your browsing history, even if you weren’t in incognito mode. This feature ensures that you can maintain your regular browsing history while selectively removing entries for marked sites, preserving your browsing experience.

🧹 In addition to its incognito search feature, Traceless also offers three different settings for clearing data:
- Low settings 🧼 : Clears browsing history and cache.
- Standard settings 🚿 : Clears browsing history, cache, download history, files from local storage, and cookies.
- Strict settings 🌪️ : Clears history, download history, cache, cookies, local storage, passwords, WebSQL, IndexedDB, FormData, CacheStorage, and Appcache.

These settings provide varying degrees of data removal, allowing users to select the level that aligns with their requirements. Traceless is user-friendly and boasts an intuitive interface, ensuring that you can easily search in incognito mode and erase your browsing data in just a few clicks, assuring you that your online activities remain confidential and secure.

In summary, Traceless is an essential extension for individuals seeking a discreet web browsing experience. It offers a hassle-free and secure approach to navigating the internet while preserving your online privacy.

🏠 For more information, visit our Homepage at https://trace-less.com/                    

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

Tên Traceless Traceless
ID fdabldgpbooimeiobdbcnlimheaiajkc
URL Chính Thức https://chromewebstore.google.com/detail/traceless/fdabldgpbooimeiobdbcnlimheaiajkc
Mô tả Clears browsing data at startup and on exit.
Kích Thước Tệp 62.34 KB
Số Lần Cài Đặt 41
Phiên Bản Hiện Tại 2.1.1
Cập Nhật Lần Cuối 2023-11-17
Ngày Phát Hành 2023-01-22
Nhà Phát Triển trace-less.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://trace-less.com/
URL Trang Trợ Giúp https://trace-less.com/contact.html
URL Trang Chính Sách Bảo Mật https://trace-less.com/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "default_locale": "en",
    "version": "2.1.1",
    "manifest_version": 3,
    "description": "Clears browsing data at startup and on exit.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "__MSG_extName__",
        "default_popup": "src\/popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "omnibox": {
        "keyword": "i"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Traceless",
            "keyword": "Traceless",
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/trace-less.com\/images\/white-logo.png",
            "search_url": "https:\/\/search.trace-less.com\/ecc3b9e4-f54d-434d-a18c-5265586753f7?q={searchTerms}",
            "is_default": true
        }
    },
    "options_page": "src\/options\/options.html",
    "permissions": [
        "declarativeNetRequest",
        "browsingData",
        "tabs",
        "activeTab",
        "history",
        "storage",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/trace-less.com\/*",
        "*:\/\/search.trace-less.com\/*",
        ""
    ]
}