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文件

下载EXP Anti Detect Browser Free扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        🌟 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": [
                ""
            ]
        }
    ]
}