DSLrentals Proxy & User-Agent Switcher
Using proxy, anonimizer, user-agent switcher
DSLrentals Proxy & User-Agent Switcher란 무엇입니까?
DSLrentals Proxy & User-Agent Switcher은(는) dslrentals에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Using proxy, anonimizer, user-agent switcher"입니다.
확장 프로그램 스크린샷
DSLrentals Proxy & User-Agent Switcher 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension allows users to change their user-agent information (and many other things) that are frequently supplied along with the other information requested by the visited resources. The main reason behind that action is to allow websites to adjust for different browsers and platforms. This is also used to track you. Various internet resources will use all available information to create your profile and then store it and sell it. Why you need this extension - to leave less digital fingerprints while accessing web. You will become anonymous by using our randomly generated profiles. You can become John from United States or Oliver from Australia; you can switch profile easily, just press a button in the extension. With our plugin you can: - Select any type of digital fingerprint (Desktop \ mobile), thousands are available at your disposal. - Select proxies from different locations and types (HTTP(s), SOCKS5, and the safest SSH). - Pick random profiles or save them under different names and reuse later - Automatically clear cookies and history each time you switch proxy & profile - Turn on\off JavaScript fingerprint interceptor - Hide your Browser profile from WebRTC fingerprint detectors - Hide your Browser profile from HTTP, JS fingerprint detectors The safest browsing experience you can find! Let's make internet safer together. https://www.dslrentals.com/terms-of-use/
확장 프로그램 기본 정보
이름 | |
ID | ibnagokeocfghiajgaecnhlkbfmammda |
공식 URL | https://chromewebstore.google.com/detail/dslrentals-proxy-user-age/ibnagokeocfghiajgaecnhlkbfmammda |
설명 | Using proxy, anonimizer, user-agent switcher |
파일 크기 | 4.19 MB |
설치 횟수 | 255 |
현재 버전 | 59 |
최근 업데이트 | 2023-02-16 |
출시 날짜 | 2022-04-22 |
평점 | 4.86/5 총 7 개의 평점 |
개발자 | dslrentals |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.dslrentals.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DSLrentals Proxy & User-Agent Switcher", "description": "Using proxy, anonimizer, user-agent switcher", "default_locale": "en", "browser_action": { "default_popup": "popup.html", "default_title": "DSLrentals Proxy & User-Agent Switcher", "default_icon": "img\/dsl128.png" }, "background": { "page": "background.html", "persistent": true }, "content_scripts": [ { "all_frames": true, "js": [ "content.bundle.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self' ", "options_page": "options.html", "permissions": [ "notifications", "webNavigation", "proxy", "privacy", "contentSettings", "cookies", "tabs", "webRequest", "webRequestBlocking", "browsingData", " |