RandomUA
Switches the user agent of the browser randomly for each new request.
RandomUA란 무엇입니까?
RandomUA은(는) lfstindall에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Switches the user agent of the browser randomly for each new request."입니다.
RandomUA 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
RandomUA is a WebExtension that changes your User-Agent string to a sensible-looking string which is different for every request. Supports excluding arbitrary URLs and fragments, and generating mobile-like UAs. A User-Agent string is a piece of information that your computer sends to every website you go to. It tells them what software you use to access the Internet, what kind of computer you’re using, and what kind of operating system you use. Some of this is really important to those websites, but most of it isn’t, and it can be used to help track you without your consent. Many browser fingerprinting solutions use the User-Agent as a relatively constant string, because most users UAs only change when their browser updates. Therefore, having a different UA on each request make it a lot easier to evade these tracking schemes. RandomUA requires access to all URLs and web request data for its core function: it has to be able to change your user agent string!
확장 프로그램 기본 정보
이름 | RandomUA |
ID | hjnnbhmaakbibdndnmjbkppmfjoejadg |
공식 URL | https://chromewebstore.google.com/detail/randomua/hjnnbhmaakbibdndnmjbkppmfjoejadg |
설명 | Switches the user agent of the browser randomly for each new request. |
파일 크기 | 19.3 KB |
설치 횟수 | 63 |
현재 버전 | 1.1.0 |
최근 업데이트 | 2017-11-08 |
출시 날짜 | 2017-11-08 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | lfstindall |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://leotindall.com/randomua/ |
도움말 페이지 URL | https://leotindall.com/randomua/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RandomUA", "short_name": "RandomUA", "author": "Leo Tindall", "version": "1.1.0", "developer": { "name": "Leo Tindall", "url": "https:\/\/leotindall.com\/randomua\/" }, "description": "Switches the user agent of the browser randomly for each new request.", "icons": { "48": "icons\/randomua-48.png", "96": "icons\/randomua-96.png" }, "permissions": [ "storage", "webRequest", "webRequestBlocking", " |