jhhafkobmfjlcfppjenldjalejnfhcfk
Make your browser anonymous on the web in 1 click Secure Kit helps make your browser anonymous in 1 click. Select Recommended or Strict Settings. Advanced users can select the necessary settings manually. Check IPv4 and IPv6 addresses and get information about country, city and type of IP address. The extension controls the following settings: - Disable WebRTC, Flash, Java, Cookies, Javascript - Disable unique Browser Imprints (no one will be able to monitor your browser) - Enable HTTPS Everywhere and Do not track feature - Change browser user agent - Disable or change Geo Location - Set by IP address manually or by timer: time zone, browser language and Geo Location - Connect to the free TOR network without installing additional software - Connect to your HTTPS or Socks 5 proxy Manage your TheSafety.US account: - Receive VPN and proxy subscription renewal notifications - Connect to your browser subscriptions We do not collect any information on the operation of the extension, visited sites, IP addresses, DNS queries, Cookies, etc. We do not control your connections and do not maintain any logs. For authorization, the program uses Email and the password from TheSafety.US The extension does not require registration or authorization.
GeTNum v3 by ExtensionsWorld
A tool for easy, fast and automatic search of tracking numbers from UPS.com. Most useful for dropshippers A tool for easy, fast and automatic search of tracking numbers from UPS.com. Most useful for dropshippers
WebGL Fingerprint Defender
WebGL Fingerprint Defender is a browser extension that let you easily hide your real WebGL fingerprint by reporting a random fake value. According to many tech blogs, completely blocking WebGL API is not a good idea, therefore reporting a fake fingerprint could be the best solution to better protect your privacy. This add-on simply adds a small noise to the actual fingerprint and renews it every time you visit a website or reload a page. With the browser's WebGL API, in general, two types of fingerprints can be generated. One with WebGL constants and the other with an image that is rendered with the WebGL API. This add-on can spoof both values at the same time. To disable this add-on, please visit the extensions page in your browser and then click on the disable button. Please note that this add-on does not have any toolbar icon/button. This extension is made in collaboration with the author of "Canvas Fingerprint Defender": https://chrome.google.com/webstore/detail/canvas-fingerprint-defend/lanfdkkpgfjfdikkncbnojekcppdebfp If you have a feature request or found a bug to report, please fill out the bug report form on the add-on's homepage (https://mybrowseraddon.com/webgl-defender.html).
JShelter
Extension for increasing security and privacy level of the user. JShelter is a browser extension to give back control over what your browser is doing. A JavaScript-enabled web page can access much of the browser's functionality, with little control over this process available to the user: malicious websites can uniquely identify you through fingerprinting and use other tactics for tracking your activity. JShelter aims to improve the privacy and security of your web browsing. Similarly to a firewall that controls network connections, JShelter controls the APIs provided by the browser, restricting the data that javascript code executed on visited web pages can see, gather, and possibly misuse. JShelter adds a safety layer that allows the user to choose if a certain APIs should be forbidden on a site, or if it should be allowed with restrictions, such as reducing the precision of geolocation to the city area. This layer can also aid as a countermeasure against attacks targeting the browser, operating system or hardware. Please see the FAQ (https://jshelter.org/faq/) and our blog (https://jshelter.org/blog/) for more information about the extension. What is the threat model? Can I read a paper about the extension? Note that JShelter can also be used to learn the origin of the calls for JavaScript APIs that are often misused for browser fingerprinting with Fingerprint Detector report. The detected calls in a web page can be exported as JSON.
Canvas Blocker - Fingerprint Protect
This browser extension safeguards user privacy by preventing malicious scripts from using the HTML canvas element for user fingerprinting. It introduces slight changes to the data generated by the canvas element when specific methods are invoked, rendering it unusable for fingerprinting. In comparison to similar extensions, this one is lighter and employs a more efficient method to obstruct fingerprinting across all frame elements (top and subframes). The extension operates in three modes: 1. Random noise 2. Random noise (per page) to maintain a consistent identity within the current page session 3. Fixed noise to sustain a constant yet unique identity continuously Key Features: 1. Minimal footprint fingerprint defender 2. Ability to block or disable fingerprinting on specific hostnames 3. Notification when canvas fingerprinting is detected 4. Option to disable notification for select or all hostnames 5. Compatibility with cross-origin (CORS) and sandboxed iframes (such as Disqus and Hangouts) Notes: This extension doesn't entirely block the canvas element. Instead, it modifies two methods to prevent the JavaScript engine from creating a unique identification key from this element. What is Canvas Fingerprinting: Canvas fingerprinting is a method among several browser fingerprinting techniques used for tracking online users. It enables websites to identify and monitor visitors by leveraging the HTML5 canvas element rather than browser cookies or similar means. This technique functions by exploiting the HTML5 canvas element. When a user visits a webpage, the fingerprinting script initially writes text using the preferred font and size and adds background colors. Subsequently, the script calls the Canvas API's ToDataURL method to retrieve canvas pixel data in dataURL format, essentially a Base64 encoded representation of binary pixel data. Lastly, the script hashes the text-encoded pixel data, creating a unique fingerprint.