EXP Anti Detect Browser Free

Anti browser leaks: language, time, location, webrtc. You can check from https://whoer.net/

EXP Anti Detect Browser Free란 무엇입니까?

EXP Anti Detect Browser Free은(는) Nic4Love에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Anti browser leaks: language, time, location, webrtc. You can check from https://whoer.net/"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

EXP Anti Detect Browser Free 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        🌟 Attention
Extension requires permission to run in private window

🌟 Privacy Policy

This extension is a Purchase app. This SERVICE is provided by EXP and is intended for use as is.


This page is used to inform website visitors regarding our policies with the collection, use, and disclosure of Personal Information if anyone decided to use our Service.

If you choose to use our Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that we collect is used for providing and improving the Service. We will not use or share your information with anyone except as described in this Privacy Policy.

The terms used in this Privacy Policy have the same meanings as our Terms and Conditions

🌟Information Collection and Use

For a better experience, while using our Service, we may require you to provide us with certain personally identifiable information, including but not limited to email, name. The information that we request is will be retained by us and used as described in this privacy policy.

🌟Service Providers

We may employ third-party companies and individuals due to the following reasons:

+ To facilitate our Service;
+ To provide the Service on our behalf;
+ To perform Service-related services; or
+ To assist us in analyzing how our Service is used.
We want to inform users of this Service that these third parties have access to your Personal Information. The reason is to perform the tasks assigned to them on our behalf. However, they are obligated not to disclose or use the information for any other purpose.

🌟Security

We value your trust in providing us your Personal Information, thus we are striving to use commercially acceptable means of protecting it. But remember that no method of transmission over the internet, or method of electronic storage is 100% secure and reliable, and we cannot guarantee its absolute security.

🌟Changes to This Privacy Policy

We may update our Privacy Policy from time to time. Thus, you are advised to review this page periodically for any changes. We will notify you of any changes by posting the new Privacy Policy on this page. These changes are effective immediately after they are posted on this page.

🌟Contact Us

If you have any questions or suggestions about our Privacy Policy, do not hesitate to contact us.                    

확장 프로그램 기본 정보

이름 EXP Anti Detect Browser Free EXP Anti Detect Browser Free
ID ilhlgpdndaddmmmlnhdeapblelmjmlpl
공식 URL https://chromewebstore.google.com/detail/exp-anti-detect-browser-f/ilhlgpdndaddmmmlnhdeapblelmjmlpl
설명 Anti browser leaks: language, time, location, webrtc. You can check from https://whoer.net/
파일 크기 696 KB
설치 횟수 365
현재 버전 0.0.7
최근 업데이트 2024-01-20
출시 날짜 2021-08-14
평점 5.00/5 총 1 개의 평점
개발자 Nic4Love
이메일 [email protected]
결제 유형 in_app
개인정보 보호 정책 페이지 URL https://efs.teamexp.net/policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "EXP Anti Detect Browser Free",
    "version": "0.0.7",
    "description": "Anti browser leaks: language, time, location, webrtc. You can check from https:\/\/whoer.net\/",
    "author": "Nic",
    "permissions": [
        "proxy",
        "privacy",
        "storage",
        "declarativeNetRequest",
        "declarativeNetRequestWithHostAccess",
        "webRequest",
        "webRequestAuthProvider"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.min.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                "content.min.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "inject.min.js",
                "revert.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}