Skip to content

Releases: adryfish/fingerprint-chromium

144.0.7559.132

27 Feb 09:02

Choose a tag to compare

Update to Chromium 144.0.7559.132

This release is for all platforms

New Features in Chrome 144

  1. New --disable-spoofing Parameter

A new unified parameter to selectively disable specific fingerprint spoofing. Use comma-separated values to specify which spoofing to disable.

  • Available values: font, audio, canvas, clientrects, gpu
  • Example: --disable-spoofing=font,gpu disables font and GPU fingerprint spoofing.
  • This replaces the previous --disable-gpu-fingerprint parameter with a more flexible, granular approach.
  1. Removed Legacy GPU Fingerprint Parameters

The following parameters have been removed in Chrome 144:

  • --fingerprint-gpu-vendor — Previously used to customize GPU vendor string
  • --fingerprint-gpu-renderer — Previously used to customize GPU renderer string
  • --disable-gpu-fingerprint — Previously used to disable GPU fingerprint

Migration: If you were using --disable-gpu-fingerprint, replace it with --disable-spoofing=gpu. If you were using --fingerprint-gpu-vendor or
--fingerprint-gpu-renderer, simply remove them — GPU fingerprint is now automatically generated from the fingerprint seed when not disabled.

142.0.7444.175

23 Dec 03:45

Choose a tag to compare

Update to Chromium 142.0.7444.175

This release is for all platforms

New Features in Chrome 142

  1. Updated UserAgent and UserAgentData Fingerprint Implementation

    • Improved fingerprint implementation for navigator.userAgent and navigator.userAgentData.
  2. Updated Audio Fingerprint Implementation

  3. Updated Canvas Fingerprint Implementation

    • Improved Canvas fingerprint modification for better anti-detection.
  4. GPU Fingerprint Disable Option

    • GPU fingerprint may have issues in some scenarios. Use --disable-gpu-fingerprint parameter to disable GPU fingerprint if needed.

139.0.7258.154

14 Sep 09:20

Choose a tag to compare

Update to Chromium 139.0.7258.154

This release is for all platforms

138.0.7204.183

11 Aug 04:46

Choose a tag to compare

Update to Chromium 138.0.7204.183

This release is for all platforms

136.0.7103.113

01 Jun 04:47

Choose a tag to compare

Update to Chromium 136.0.7103.113

This release is for all platforms

135.0.7049.95

11 May 07:36

Choose a tag to compare

Update to Chromium 135.0.7049.95

This release is for all platforms

134.0.6998.165

29 Apr 09:56

Choose a tag to compare

Update to Chromium 134.0.6998.165

This release is for all platforms

133.0.6943.126

18 Apr 09:04

Choose a tag to compare

Update to Chromium 133.0.6943.126

This release is for all platforms

132.0.6834.159

20 Feb 06:42

Choose a tag to compare

Update to Chromium 132.0.6834.159

This release is for all platforms

131.0.6778.264

17 Jan 04:12

Choose a tag to compare

Update to Chromium 131.0.6778.264

This release is for all platforms