gromain / random-user-agent

:sunglasses: Google chrome browser extension

Home Page:https://goo.gl/4uTYHv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

Random User-Agent

Mozilla WebStore version Chrome WebStore version Issues Chat with team License

Automatically replaces the User-Agent after a specified time interval

Screenshot

Warning

Depending on your threat model, faking your user agent might make you more fingerprintable, not less. There are ways other than User-Agent sniffing to determine what browser you're using, so malicious sites could learn what browser you're really using through other means and then combine that with your randomly changing User-Agent to pretty effectively track you. For background, see this GitHub issue. You've been warned.

Get the Plugin! Google Webstore & Firefox Add-ons

Chrome WebStore users Chrome WebStore rating arrows Mozilla WebStore rating Mozilla WebStore rating

User-Agent - a string that is sent along to any website you visit. This is a sort of "fingerprint" your browser leaves behind which contains:

  • The name and version of your browser;
  • The name of the operating system (Mac, Windows, Linux, etc.) and its version;
  • Information about some of the plugins installed on the browser;
  • Other information that identifies and exposes you.

This extension has been created to stop data leakage. It automatically replaces User-Agent strings after a specified period of time with a randomly selected one. User-Agent strings can also be set manually. The extension is incredibly lightweight, using very few resources. User-Agent randomization can be customized by the user (what browsers and OS are spoofed, etc.). Exceptions list available with option of wildcards. Protects against Javascript exploits to hide your identity and protect your anonymity.

Thanks to SmudgedMuffin for English localization, and @nazarpc for Ukrainian localization

Changes log

Release version Released Commits since latest release

Take a look here.

Building from sources

For a building extension from sources (and pack as a zip file) use next commands:

Installed docker-ce is required

$ cd /path/to/the/sources
$ make build

About

:sunglasses: Google chrome browser extension

https://goo.gl/4uTYHv

License:Do What The F*ck You Want To Public License


Languages

Language:JavaScript 82.1%Language:CSS 8.5%Language:HTML 7.9%Language:Makefile 1.5%